Skip to content

Instantly share code, notes, and snippets.

@loicbisiere
Last active August 3, 2016 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loicbisiere/2d8bbd10557e258c98856c9d0c3002c7 to your computer and use it in GitHub Desktop.
Save loicbisiere/2d8bbd10557e258c98856c9d0c3002c7 to your computer and use it in GitHub Desktop.
Google Cloud CLI

List all projects
gcloud projects list

Switch to a specific project
gcloud config set project YourProjectID

Deploy
gcloud app deploy

Deploy a specific project
gcloud app deploy --project YourProjectID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment