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

Function CreateApp

integration/helpers/app.go:20–22  ·  view source on GitHub ↗

CreateApp creates an empty app in CloudController with no package or droplet

(app string)

Source from the content-addressed store, hash-verified

18
19// CreateApp creates an empty app in CloudController with no package or droplet
20func CreateApp(app string) {
21 Eventually(CF("create-app", app)).Should(Exit(0))
22}
23
24// QuickDeleteApp deletes the app with the given name, if provided, using
25// 'cf curl /v3/app... -X DELETE'.

Calls 1

CFFunction · 0.85

Tested by

no test coverage detected