MCPcopy Index your code
hub / github.com/cloudfoundry/cli / UnsetLabelCommand

Struct UnsetLabelCommand

command/v7/unset_label_command.go:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type UnsetLabelCommand struct {
16 BaseCommand
17
18 RequiredArgs flag.UnsetLabelArgs `positional-args:"yes"`
19 relatedCommands interface{} `related_commands:"labels, set-label"`
20 BuildpackStack string `long:"stack" short:"s" description:"Specify stack to disambiguate buildpacks with the same name"`
21 ServiceBroker string `long:"broker" short:"b" description:"Specify a service broker to disambiguate service offerings or service plans with the same name."`
22 ServiceOffering string `long:"offering" short:"e" description:"Specify a service offering to disambiguate service plans with the same name."`
23
24 LabelUnsetter LabelUnsetter
25}
26
27func (cmd *UnsetLabelCommand) Setup(config command.Config, ui command.UI) error {
28 err := cmd.BaseCommand.Setup(config, ui)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected