Skip to main content

gcloud notes

gcloud auth

How to get current auth account?

gcloud auth list

 

gcloud config

How to list current config (account, project, etc)?

gcloud config list

How to get current active project?

gcloud config get project

How to switch project?

gcloud config set project logan-dev1