NAME
gdcloud config configurations delete - 하나 이상의 gdcloud CLI 명명된 구성을 삭제합니다.
SYNOPSIS
gdcloud config configurations delete CONFIGURATION_NAMES [flags]
설명
하나 이상의 gdcloud CLI 명명된 구성을 삭제합니다. 삭제할 모든 구성의 이름을 지정합니다. 활성 구성은 삭제할 수 없습니다.
EXAMPLES
To delete two configurations, my-config1 and my-config2, run:
gdcloud config configurations delete my-config1 my-config2
GDCLOUD 전체 플래그
이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet
자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.