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:patch] disable update check and usage reporting #37

Closed wyardley closed 2 years ago

wyardley commented 2 years ago

Checklist

Motivation, issues

It's pretty typical to disable these features in Docker and CI, since they presumably are not that useful, and could also slow things down or add additional output.

I'm not sure if it needs to be done before gcloud version runs in the install step, but I think this should be Ok (it's out of date now, and gcloud version doesn't seem to report that).

Description

set core/disable_usage_reporting and component_manager/disable_update_check in gcloud