Difference between revisions of "Brew install --cask google-cloud-sdk"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
* <code>[[brew install --cask]] google-cloud-sdk</code> | * <code>[[brew install --cask]] google-cloud-sdk</code> | ||
+ | |||
+ | <pre> | ||
+ | ==> Caveats | ||
+ | To install shell completions, add this to your profile: | ||
+ | |||
+ | for bash users | ||
+ | source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc" | ||
+ | |||
+ | for zsh users | ||
+ | source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc" | ||
+ | |||
+ | To add gcloud components to your PATH, add this to your profile: | ||
+ | |||
+ | for bash users | ||
+ | source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc" | ||
+ | |||
+ | for zsh users | ||
+ | source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc" | ||
+ | |||
+ | ==> Downloading https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz | ||
+ | ######################################################################## 100.0% | ||
+ | Warning: No checksum defined for cask 'google-cloud-sdk', skipping verification. | ||
+ | All formula dependencies satisfied. | ||
+ | ==> Installing Cask google-cloud-sdk | ||
+ | ==> Running installer script 'google-cloud-sdk/install.sh' | ||
+ | Welcome to the Google Cloud CLI! | ||
+ | Beginning update. This process may take several minutes. | ||
+ | |||
+ | |||
+ | Your current Google Cloud CLI version is: 390.0.0 | ||
+ | Installing components from version: 390.0.0 | ||
+ | |||
+ | ┌─────────────────────────────────────────────────────────────────────────────┐ | ||
+ | │ These components will be installed. │ | ||
+ | ├─────────────────────────────────────────────────────┬────────────┬──────────┤ | ||
+ | │ Name │ Version │ Size │ | ||
+ | ├─────────────────────────────────────────────────────┼────────────┼──────────┤ | ||
+ | │ BigQuery Command Line Tool │ 2.0.75 │ 1.6 MiB │ | ||
+ | │ BigQuery Command Line Tool (Platform Specific) │ 2.0.73 │ < 1 MiB │ | ||
+ | │ Cloud Storage Command Line Tool │ 5.10 │ 15.5 MiB │ | ||
+ | │ Cloud Storage Command Line Tool (Platform Specific) │ 5.6 │ < 1 MiB │ | ||
+ | │ Google Cloud CLI Core Libraries (Platform Specific) │ 2022.01.28 │ < 1 MiB │ | ||
+ | │ anthoscli │ 0.2.26 │ 46.5 MiB │ | ||
+ | │ gcloud cli dependencies │ 2021.04.16 │ < 1 MiB │ | ||
+ | └─────────────────────────────────────────────────────┴────────────┴──────────┘ | ||
+ | |||
+ | For the latest full release notes, please visit: | ||
+ | https://cloud.google.com/sdk/release_notes | ||
+ | |||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Creating update staging area ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: BigQuery Command Line Tool ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: BigQuery Command Line Tool (Platform Spec... ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: Cloud Storage Command Line Tool ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: Cloud Storage Command Line Tool (Platform... ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: Default set of gcloud commands ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: Google Cloud CLI Core Libraries (Platform... ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: anthoscli ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: anthoscli ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Installing: gcloud cli dependencies ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | ╔════════════════════════════════════════════════════════════╗ | ||
+ | ╠═ Creating backup and activating new installation ═╣ | ||
+ | ╚════════════════════════════════════════════════════════════╝ | ||
+ | |||
+ | Performing post processing steps... | ||
+ | ..........................................done. | ||
+ | |||
+ | Update done! | ||
+ | |||
+ | |||
+ | This will install all the core command line tools necessary for working with | ||
+ | the Google Cloud Platform. | ||
+ | |||
+ | ==> Source [/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc] in your profile to enable shell command completion for gcloud. | ||
+ | ==> Source [/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc] in your profile to add the Google Cloud SDK command line tools to your $PATH. | ||
+ | |||
+ | For more information on how to get started, please visit: | ||
+ | https://cloud.google.com/sdk/docs/quickstarts | ||
+ | |||
+ | |||
+ | ==> Linking Binary 'bq' to '/opt/homebrew/bin/bq' | ||
+ | ==> Linking Binary 'docker-credential-gcloud' to '/opt/homebrew/bin/docker-credential-gcloud' | ||
+ | ==> Linking Binary 'gcloud' to '/opt/homebrew/bin/gcloud' | ||
+ | ==> Linking Binary 'git-credential-gcloud.sh' to '/opt/homebrew/bin/git-credential-gcloud' | ||
+ | ==> Linking Binary 'gsutil' to '/opt/homebrew/bin/gsutil' | ||
+ | ==> Linking Binary 'anthoscli' to '/opt/homebrew/bin/anthoscli' | ||
+ | 🍺 google-cloud-sdk was successfully installed! | ||
+ | </pre> | ||
Revision as of 13:03, 15 June 2022
brew install --cask google-cloud-sdk
==> Caveats To install shell completions, add this to your profile: for bash users source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc" for zsh users source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc" To add gcloud components to your PATH, add this to your profile: for bash users source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc" for zsh users source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc" ==> Downloading https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz ######################################################################## 100.0% Warning: No checksum defined for cask 'google-cloud-sdk', skipping verification. All formula dependencies satisfied. ==> Installing Cask google-cloud-sdk ==> Running installer script 'google-cloud-sdk/install.sh' Welcome to the Google Cloud CLI! Beginning update. This process may take several minutes. Your current Google Cloud CLI version is: 390.0.0 Installing components from version: 390.0.0 ┌─────────────────────────────────────────────────────────────────────────────┐ │ These components will be installed. │ ├─────────────────────────────────────────────────────┬────────────┬──────────┤ │ Name │ Version │ Size │ ├─────────────────────────────────────────────────────┼────────────┼──────────┤ │ BigQuery Command Line Tool │ 2.0.75 │ 1.6 MiB │ │ BigQuery Command Line Tool (Platform Specific) │ 2.0.73 │ < 1 MiB │ │ Cloud Storage Command Line Tool │ 5.10 │ 15.5 MiB │ │ Cloud Storage Command Line Tool (Platform Specific) │ 5.6 │ < 1 MiB │ │ Google Cloud CLI Core Libraries (Platform Specific) │ 2022.01.28 │ < 1 MiB │ │ anthoscli │ 0.2.26 │ 46.5 MiB │ │ gcloud cli dependencies │ 2021.04.16 │ < 1 MiB │ └─────────────────────────────────────────────────────┴────────────┴──────────┘ For the latest full release notes, please visit: https://cloud.google.com/sdk/release_notes ╔════════════════════════════════════════════════════════════╗ ╠═ Creating update staging area ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: BigQuery Command Line Tool ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: BigQuery Command Line Tool (Platform Spec... ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: Cloud Storage Command Line Tool ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: Cloud Storage Command Line Tool (Platform... ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: Default set of gcloud commands ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: Google Cloud CLI Core Libraries (Platform... ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: anthoscli ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: anthoscli ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Installing: gcloud cli dependencies ═╣ ╚════════════════════════════════════════════════════════════╝ ╔════════════════════════════════════════════════════════════╗ ╠═ Creating backup and activating new installation ═╣ ╚════════════════════════════════════════════════════════════╝ Performing post processing steps... ..........................................done. Update done! This will install all the core command line tools necessary for working with the Google Cloud Platform. ==> Source [/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc] in your profile to enable shell command completion for gcloud. ==> Source [/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc] in your profile to add the Google Cloud SDK command line tools to your $PATH. For more information on how to get started, please visit: https://cloud.google.com/sdk/docs/quickstarts ==> Linking Binary 'bq' to '/opt/homebrew/bin/bq' ==> Linking Binary 'docker-credential-gcloud' to '/opt/homebrew/bin/docker-credential-gcloud' ==> Linking Binary 'gcloud' to '/opt/homebrew/bin/gcloud' ==> Linking Binary 'git-credential-gcloud.sh' to '/opt/homebrew/bin/git-credential-gcloud' ==> Linking Binary 'gsutil' to '/opt/homebrew/bin/gsutil' ==> Linking Binary 'anthoscli' to '/opt/homebrew/bin/anthoscli' 🍺 google-cloud-sdk was successfully installed!
Related
See also
gcloud
[config | scheduler | auth | asset | services | gcloud auth login | iam | sql | projects | container
|compute | kms
|source
],gcloud composer environments create
|build
|gcloud config set project
,gcloud source repos create
,gcloud composer environments create
,gcloud version
,gcloud --help
- Cloud CLIs: AWS CLI,
eksctl
,sam
,doctl
,gcloud, gsutil
,aliyun
,google-cloud-sdk
,ibmcloud
,cf, heroku
Advertising: