Common GCP command

GCP commands:

app engine

gcloud app create
mvn appengine:deploy
GCP

choose project

gcloud config list
gcloud config list account
gcloud config list project

gcloud config set project gcp-test-xxxxx
gcloud projects list

Authentication & organizations

gcloud auth login
gcloud auth list
gcloud organizations list