佛系筆記

緣分到了,文件自然就做好了!

0%

google-SDK基礎指令

google command SDK 基礎指令筆記,持續更新

新增一個新的 SDK 設定檔

1
gcloud init

登入帳戶

1
gcloud auth login

列出目前所有在 sdk 中的設定檔

1
gcloud config configurations list

查看目前設定檔資訊

1
gcloud config list

更換設定檔

1
gcloud config configurations activate [config name]

刪除設定檔

1
glcoud config configurations delete [config name]

設定地區

1
gcloud config set compute/zone asia-east1-b

設定區域

1
gcloud config set compute/zone asia-east1