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

refactor!: Replace `initialize` with `setup` command #53

Closed Jaryt closed 1 year ago

Jaryt commented 1 year ago

Motivation, issues

To keep parity with other cli orbs, we have determined it is best to have a single setup command that handles installation and initialization. The initialize command has been replaced with this, however install remains untouched.