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

Struct LabelsCommand

command/v7/labels_command.go:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type LabelsCommand struct {
32 BaseCommand
33
34 RequiredArgs flag.LabelsArgs `positional-args:"yes"`
35 BuildpackStack string `long:"stack" short:"s" description:"Specify stack to disambiguate buildpacks with the same name"`
36 BuildpackLifecycle string `long:"lifecycle" short:"l" description:"Specify lifecycle to disambiguate buildpacks with the same name"`
37 relatedCommands interface{} `related_commands:"set-label, unset-label"`
38 ServiceBroker string `long:"broker" short:"b" description:"Specify a service broker to disambiguate service offerings or service plans with the same name."`
39 ServiceOffering string `long:"offering" short:"e" description:"Specify a service offering to disambiguate service plans with the same name."`
40
41 username string
42}
43
44func (cmd LabelsCommand) Execute(args []string) error {
45 var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected