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

Function LogoutCF

integration/helpers/login.go:135–137  ·  view source on GitHub ↗

LogoutCF logs out of the CLI.

()

Source from the content-addressed store, hash-verified

133
134// LogoutCF logs out of the CLI.
135func LogoutCF() {
136 Eventually(CF("logout")).Should(Exit(0))
137}
138
139// TargetOrgAndSpace targets the given org and space with 'cf target'.
140func TargetOrgAndSpace(org string, space string) {

Calls 1

CFFunction · 0.85

Tested by

no test coverage detected