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

Struct UnshareServiceCommand

command/v7/unshare_service_command.go:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type UnshareServiceCommand struct {
10 BaseCommand
11
12 RequiredArgs flag.ShareServiceArgs `positional-args:"yes"`
13 SpaceName string `short:"s" required:"true" description:"Space to unshare the service instance from"`
14 OrgName flag.OptionalString `short:"o" required:"false" description:"Org of the other space (Default: targeted org)"`
15 Force bool `short:"f" description:"Force unshare without confirmation"`
16 relatedCommands interface{} `related_commands:"delete-service, service, services, share-service, unbind-service"`
17}
18
19func (cmd UnshareServiceCommand) Usage() string {
20 return "CF_NAME unshare-service SERVICE_INSTANCE -s OTHER_SPACE [-o OTHER_ORG] [-f]"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected