😲

Google Cloud SDKをHomeBrewでセットアップをする方法

2022/01/07に公開

brewを通してGoogle cloud SDKをインストール

brew install google-cloud-sdk

brewでインストール後 ~/.zshrcに以下を追加する

source "/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"

zshを再読み込みする

source ~/.zshrc

以下のコマンドを叩いて下記の表示が出たら成功です!

gcloud --version
 
Google Cloud SDK 367.0.0
bq 2.0.72
core 2021.12.10
gsutil 5.5

Discussion