NAME
gdcloud config configurations create - Create a new gdcloud CLI named configuration.
SYNOPSIS
gdcloud config configurations create CONFIGURATION_NAME [flags]
DESCRIPTION
Create a new gdcloud CLI named configuration. Specify the name of the configuration to create.
EXAMPLES
To create a new named configuration with name my-config, run:
gdcloud config configurations create my-config
OPTIONAL FLAGS
--activate If true, activate this configuration upon create. Default by true. (default true)
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
For more information, see the gdcloud CLI reference overview page.