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

Method noFlagsProvided

command/v7/update_service_command.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (cmd UpdateServiceCommand) noFlagsProvided() bool {
138 return !cmd.Tags.IsSet && !cmd.Parameters.IsSet && cmd.Plan == ""
139}
140
141func (cmd UpdateServiceCommand) serviceInstanceName() map[string]interface{} {
142 return map[string]interface{}{

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected