Created
September 29, 2025 05:55
-
-
Save detj/d2b8b03043d24b770ce7e159b961bf81 to your computer and use it in GitHub Desktop.
Manage Google Cloud CLI Configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List all configurations | |
| gcloud config configurations list | |
| # Activate a configuration | |
| gcloud config configurations activate CONFIGURATION_NAME | |
| # Rename a configuration | |
| gcloud config configurations rename CONFIGURATION_NAME --new-name=NEW_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment