Skip to content
terminal

GitHub Action

Guance Cloud - Setup CLI

v1.0.0 Latest version

Guance Cloud - Setup CLI

terminal

Guance Cloud - Setup CLI

Sets up Guance CLI in your GitHub Actions workflow

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Guance Cloud - Setup CLI

uses: GuanceCloud/[email protected]

Learn more about this action in GuanceCloud/setup-guance

Choose a version

setup-guance

Continuous Integration Setup Guance

The GuanceCloud/setup-guance action is a JavaScript action that sets up Guance CLI in your GitHub Actions workflow,

Usage

This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners. When running on windows-latest the shell should be set to Bash.

A specific version of Terraform CLI can be installed:

steps:
- uses: GuanceCloud/setup-guance@v1
  with:
    version: 0.0.2

Inputs

The action supports the following inputs:

  • version - (optional) The version of Guance CLI to install.

Related projects

This action is inspired by follow projects:

  1. hashicorp/setup-terraform, The GitHub action of Hashicorp Terraform.
  2. actions/setup-go, The GitHub action of Golang.

License

This project is licensed under the MIT license.