Skip to content

Instantly share code, notes, and snippets.

@joaoluiznaufel
Last active August 29, 2018 12:45
Show Gist options
  • Save joaoluiznaufel/17fdd7887bb868f00b0fef37f316234c to your computer and use it in GitHub Desktop.
Save joaoluiznaufel/17fdd7887bb868f00b0fef37f316234c to your computer and use it in GitHub Desktop.
gcloud commands
#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