MCPcopy
hub / github.com/cloudfoundry/cli / RenameServiceCommand

Struct RenameServiceCommand

command/v7/rename_service_command.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected