Last active
August 28, 2018 09:09
-
-
Save letswritetw/6787c317508e5aab0c3155e42cefaa78 to your computer and use it in GitHub Desktop.
gcloud config command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 看到所有接了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