NAME
gdcloud config configurations rename - Rename a GDCH CLI named configuration.
SYNOPSIS
gdcloud config configurations rename CONFIGURATION_NAME [flags]
DESCRIPTION
Rename a GDCH CLI named configuration. Specify the current name of the configuration. Use the --new-name flag to specify the new name of the configuration. You cannot rename a configuration that is active.
EXAMPLES
To rename an existing configuration named my-config as new-config, run:
gdcloud config configurations rename my-config --new-name=new-config
REQUIRED FLAGS
--new-name string Specifies the new name of the configuration.
OPTIONAL FLAGS
-h, --help help for rename