Services >> Cloud >> GCP >> CLI >> Examples on how to use gcloud command


## How to list your projects

gcloud config list project


## How to set you current project

gcloud config set project project_name


## List the active account name

gcloud auth list





Official reference: https://cloud.google.com/sdk/docs/cheatsheet