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

Function UnsetAPI

integration/helpers/login.go:31–33  ·  view source on GitHub ↗

UnsetAPI unsets the currently set API endpoint for the CLI.

()

Source from the content-addressed store, hash-verified

29
30// UnsetAPI unsets the currently set API endpoint for the CLI.
31func UnsetAPI() {
32 Eventually(CF("api", "--unset")).Should(Exit(0))
33}
34
35func SkipSSLValidation() bool {
36 if skip, err := strconv.ParseBool(os.Getenv("SKIP_SSL_VALIDATION")); err == nil && !skip {

Calls 1

CFFunction · 0.85

Tested by

no test coverage detected