mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
49 lines
1.1 KiB
Text
49 lines
1.1 KiB
Text
|
|
NAME
|
||
|
|
gcloud config configurations - manage the set of gcloud named
|
||
|
|
configurations
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud config configurations COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Manage the set of gcloud named configurations.
|
||
|
|
|
||
|
|
The current configuration can be managed via the
|
||
|
|
CLOUDSDK_ACTIVE_CONFIG_NAME environment variable or a configuration
|
||
|
|
property. See gcloud topic configurations for an overview of named
|
||
|
|
configurations.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
activate
|
||
|
|
Activates an existing named configuration.
|
||
|
|
|
||
|
|
create
|
||
|
|
Creates a new named configuration.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Deletes a named configuration.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describes a named configuration by listing its properties.
|
||
|
|
|
||
|
|
list
|
||
|
|
Lists existing named configurations.
|
||
|
|
|
||
|
|
rename
|
||
|
|
Renames a named configuration.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha config configurations
|
||
|
|
|
||
|
|
$ gcloud beta config configurations
|
||
|
|
|