Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/credhub-cli
/ RemoveConfig
Function
RemoveConfig
config/config.go:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
func
RemoveConfig() error {
107
return
os.Remove(ConfigPath())
108
}
109
110
func
(cfg *Config) UpdateTrustedCAs(caCerts []string) error {
111
var
certs []string
Callers
4
token_test.go
File · 0.92
login_test.go
File · 0.92
api_test.go
File · 0.92
logout_test.go
File · 0.92
Calls
1
ConfigPath
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…