Google Cloud
Basic Operation
Login
gcloud auth loginList the project
gcloud projects listView the default setting
gcloud config listSet the default region and zone for compute engine
gcloud compute regions list
gcloud compute zones list
gcloud config set compute/region {{REGION_NAME}}
gcloud config set compute/zone {{ZONE_NAME}}Go to project
gcloud config set project {{PROJECT_ID}}Logout
Last updated
Was this helpful?