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

Function CreateOrg

integration/helpers/org_and_space.go:68–70  ·  view source on GitHub ↗

CreateOrg creates an org with the given name using 'cf create-org'.

(org string)

Source from the content-addressed store, hash-verified

66
67// CreateOrg creates an org with the given name using 'cf create-org'.
68func CreateOrg(org string) {
69 Eventually(CF("create-org", org)).Should(Exit(0))
70}
71
72// CreateSpace creates a space with the given name using 'cf create-space'.
73func CreateSpace(space string) {

Calls 1

CFFunction · 0.85

Tested by

no test coverage detected