CircleCI-Public / gcp-cli-orb

Install and configure the Google Cloud CLI (gcloud)
https://circleci.com/orbs/registry/orb/circleci/gcp-cli
MIT License
9 stars 32 forks source link

[semver:minor] Add version as job parameter #31

Closed marginalhours closed 3 years ago

marginalhours commented 3 years ago

Make version configurable on the install_and_initialize_cli job

Checklist

Motivation, issues

This allows for specifying a custom version of the gcloud CLI when using the combined install_and_initialize_cli job, rather than needing to call the commands separately.

Description

Add version passthrough parameter to install_and_initialize_cli