config
How to get the current set project using gcloud command?
$gcloud config get-value core/project ha-lamp-test
How to set project using gcloud command?
# gcloud config set project ha-lamp-test Updated property [core/project].
$gcloud config get-value core/project ha-lamp-test
# gcloud config set project ha-lamp-test Updated property [core/project].