mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud beta config configurations - manage the set of gcloud named
|
||
|
|
configurations
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta config configurations COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) 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
|
||
|
|
(BETA) Activates an existing named configuration.
|
||
|
|
|
||
|
|
create
|
||
|
|
(BETA) Creates a new named configuration.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Deletes a named configuration.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(BETA) Describes a named configuration by listing its properties.
|
||
|
|
|
||
|
|
list
|
||
|
|
(BETA) Lists existing named configurations.
|
||
|
|
|
||
|
|
rename
|
||
|
|
(BETA) Renames a named configuration.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud config configurations
|
||
|
|
|
||
|
|
$ gcloud alpha config configurations
|
||
|
|
|