MCPcopy Index your code
hub / github.com/Waishnav/devspace / devspaceConfigPath

Function devspaceConfigPath

src/user-config.ts:41–43  ·  view source on GitHub ↗
(env: NodeJS.ProcessEnv = process.env)

Source from the content-addressed store, hash-verified

39}
40
41export function devspaceConfigPath(env: NodeJS.ProcessEnv = process.env): string {
42 return join(devspaceConfigDir(env), "config.json");
43}
44
45export function devspaceAuthPath(env: NodeJS.ProcessEnv = process.env): string {
46 return join(devspaceConfigDir(env), "auth.json");

Callers 1

writeDevspaceConfigFunction · 0.85

Calls 1

devspaceConfigDirFunction · 0.85

Tested by

no test coverage detected