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

Function deleteAuthConfigFile

packages/cli-config/src/cli-config.ts:206–208  ·  view source on GitHub ↗
(configPath: string)

Source from the content-addressed store, hash-verified

204}
205
206export function deleteAuthConfigFile(configPath: string): void {
207 fs.rmSync(configPath, { force: true });
208}
209
210export function deleteAuthConfig(configDir: string): void {
211 deleteAuthConfigFile(getAuthConfigFilePath(configDir));

Callers 1

deleteAuthConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected