google-cloud/install-cli 1.1.3

Install the Google Cloud SDK CLI

Parameters

Parameter
Required
Default
Description
cli-version
latest
Version of the CLI to install
components
Optional space-separated list of CLI components to install

README.md

To install the latest version of the Google Cloud CLI:

tasks:
  - key: gcloud-cli
    call: google-cloud/install-cli 1.1.3

To install a specific version of the Google Cloud CLI:

tasks:
  - key: gcloud-cli
    call: google-cloud/install-cli 1.1.3
    with:
      cli-version: "465.0.0"

For the list of available versions, see the Google Cloud CLI release notes:

https://cloud.google.com/sdk/docs/release-notes