MCPcopy Create free account
hub / github.com/vercel/vercel / deleteAuthConfig

Function deleteAuthConfig

packages/cli-config/src/cli-config.ts:210–212  ·  view source on GitHub ↗
(configDir: string)

Source from the content-addressed store, hash-verified

208}
209
210export function deleteAuthConfig(configDir: string): void {
211 deleteAuthConfigFile(getAuthConfigFilePath(configDir));
212}

Callers 1

cli-config.test.tsFile · 0.90

Calls 2

deleteAuthConfigFileFunction · 0.85
getAuthConfigFilePathFunction · 0.70

Tested by

no test coverage detected