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

Function AppInOrgSpaceAsUser

integration/v7/isolated/rollback_command_test.go:241–243  ·  view source on GitHub ↗

Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#system-feedback--transparency

(appName, orgName, spaceName, userName string)

Source from the content-addressed store, hash-verified

239
240// Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#system-feedback--transparency
241func AppInOrgSpaceAsUser(appName, orgName, spaceName, userName string) Line {
242 return Line{`app %s in org %s / space %s as %s`, []interface{}{appName, orgName, spaceName, userName}}
243}
244
245// Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#keyvalue-pairs
246func KeyValue(key, value string) Line {

Callers 1

HaveRollbackOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected