Set a property in the Google Cloud CLI configuration. Properties control various aspects of Google Cloud CLI behavior. More information: https://cloud.google.com/sdk/gcloud/reference/config/set.
gcloud config set project {{project_id}}
gcloud config set compute/zone {{zone_name}}
gcloud config set disable_prompts true
gcloud config list
gcloud config unset {{property_name}}
gcloud config configurations create {{configuration_name}}
gcloud config configurations activate {{configuration_name}}