set-label - Cloud Foundry CLI Reference Guide


이름

set-label - Set a label (key-value pairs) for an API resource

사용법

cf set-label RESOURCE RESOURCE_NAME KEY=VALUE...

EXAMPLES

cf set-label app dora env=production cf set-label org business pci=true public-facing=false cf set-label buildpack go_buildpack go=1.12 -s cflinuxfs3

RESOURCES

app
buildpack domain
org
route service-broker service-offering service-plan space stack

옵션

--stack, -s

동일한 이름의 빌드백을 차별화하기 위해 스택 지정

--broker, -b

Specify a service broker to disambiguate service offerings or service plans with the same name.

--offering, -e

Specify a service offering to disambiguate service plans with the same name.

다음도 참조

labels, unset-label