Skip to content

Instantly share code, notes, and snippets.

@letswritetw
Last active August 28, 2018 09:09
Show Gist options
  • Save letswritetw/6787c317508e5aab0c3155e42cefaa78 to your computer and use it in GitHub Desktop.
Save letswritetw/6787c317508e5aab0c3155e42cefaa78 to your computer and use it in GitHub Desktop.
gcloud config command
// 看到所有接了GCP的專案
gcloud config configurations list
// [NAME]替換成專案的名字
gcloud config configurations activate [NAME]
// 看所有config的指令碼
gcloud config configurations --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment