Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ Execute
Method
Execute
cf/commands/logout.go:43–48 ·
view source on GitHub ↗
(c flags.FlagContext)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(cmd *Logout) Execute(c flags.FlagContext) error {
44
cmd.ui.Say(T(
"Logging out..."
))
45
cmd.config.ClearSession()
46
cmd.ui.Ok()
47
return
nil
48
}
Callers
nothing calls this directly
Calls
3
Say
Method · 0.65
ClearSession
Method · 0.65
Ok
Method · 0.65
Tested by
no test coverage detected