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

Struct ServiceKeysCommand

command/v7/service_keys_command.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type ServiceKeysCommand struct {
12 BaseCommand
13
14 RequiredArgs flag.ServiceInstance `positional-args:"yes"`
15 relatedCommands interface{} `related_commands:"delete-service-key"`
16}
17
18func (cmd ServiceKeysCommand) Execute(args []string) error {
19 if err := cmd.SharedActor.CheckTarget(true, true); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected