Make the Cloud SDK your own; personalize your configuration with properties.
| Name | Summary |
|---|---|
| gcloud config set | Define a property (like compute/zone) for the current configuration. |
| gcloud config get-value: | Fetch value of a Cloud SDK property. |
| gcloud config list | Display all the properties for the current configuration. |
| gcloud config configurations create | Create a new named configuration. |