MCPcopy 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
106func RemoveConfig() error {
107 return os.Remove(ConfigPath())
108}
109
110func (cfg *Config) UpdateTrustedCAs(caCerts []string) error {
111 var certs []string

Callers 4

token_test.goFile · 0.92
login_test.goFile · 0.92
api_test.goFile · 0.92
logout_test.goFile · 0.92

Calls 1

ConfigPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…