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

Function TurnOnExperimental

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

TurnOnExperimental sets CF_CLI_EXPERIMENTAL to 'true'.

()

Source from the content-addressed store, hash-verified

18
19// TurnOnExperimental sets CF_CLI_EXPERIMENTAL to 'true'.
20func TurnOnExperimental() {
21 Expect(os.Setenv("CF_CLI_EXPERIMENTAL", "true")).To(Succeed())
22}
23
24// TurnOffExperimental unsets CF_CLI_EXPERIMENTAL.
25func TurnOffExperimental() {

Callers 3

cfignore_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected