Last active
August 29, 2018 12:45
-
-
Save joaoluiznaufel/17fdd7887bb868f00b0fef37f316234c to your computer and use it in GitHub Desktop.
gcloud commands
This file contains 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
#get the account | |
gcloud config get-value account | |
#list your projects | |
gcloud projects list | |
#set the project | |
gcloud config set project <project name> | |
# set account to use | |
gcloud config set account <account name> | |
# set info about your config | |
gcloud config list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment