目指せ非プログラマー

もう何でもごじゃれ言語

メモ:Google Cloud (gcloud) で個人的によく使うコマンド

設定の一覧表示

gcloud config configurations list

設定の有効化

gcloud config configurations activate conf-name

Googleログイン

gcloud auth login

ログイン情報を削除する

gcloud auth revoke --all

プロジェクトの切り替え (project-name)

gcloud config set project project-name

現在の設定状況表示

gcloud config list