gdcloud config configurations rename

이름

gdcloud config configurations rename - gdcloud CLI 명명된 구성을 이름을 바꿉니다.

개요

gdcloud config configurations rename CONFIGURATION_NAME [flags]

설명

gdcloud CLI 명명된 구성을 이름을 바꿉니다. 구성의 현재 이름을 지정합니다. --new-name 플래그를 사용하여 구성의 새 이름을 지정합니다. 활성 구성의 이름은 변경할 수 없습니다.

EXAMPLES

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 참조 개요 페이지를 참고하세요.