NAME
gdcloud config configurations rename - 重命名 gdcloud CLI 命名配置。
SYNOPSIS
gdcloud config configurations rename CONFIGURATION_NAME [flags]
说明
重命名 gdcloud CLI 命名配置。 指定配置的当前名称。 使用 --new-name 标志指定配置的新名称。 您无法重命名活跃配置。
示例
To rename an existing configuration named my-config as new-config, run:
gdcloud config configurations rename my-config --new-name=new-config
必要标志
--new-name string Specifies the new name of the configuration.
GDCLOUD 范围标志
所有命令都可以使用以下标志:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅gdcloud CLI 参考文档概览页面。