Examples (6)
Define a property (like compute/zone) for the current configuration
gcloud config set property valueFetch the value of a `gcloud` property
gcloud config get propertyDisplay all the properties for the current configuration
gcloud config listCreate a new configuration with a given name
gcloud config configurations create configuration_nameDisplay a list of all available configurations
gcloud config configurations listSwitch to an existing configuration with a given name
gcloud config configurations activate configuration_namemade by @shridhargupta | data from tldr-pages