Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ defaultPath
Function
defaultPath
internal/config/config.go:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
func
defaultPath() string {
252
return
path.Join(os.Getenv(
"HOME"
),
".config"
,
"auth0"
,
"config.json"
)
253
}
Callers
2
TestDefaultPath
Function · 0.85
loadFromDisk
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestDefaultPath
Function · 0.68