Skip to content

Instantly share code, notes, and snippets.

@detj
Created September 29, 2025 05:55
Show Gist options
  • Select an option

  • Save detj/d2b8b03043d24b770ce7e159b961bf81 to your computer and use it in GitHub Desktop.

Select an option

Save detj/d2b8b03043d24b770ce7e159b961bf81 to your computer and use it in GitHub Desktop.
Manage Google Cloud CLI Configurations
# 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