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

Function deleteCredentialsFile

packages/cli-auth/credentials-store.ts:253–255  ·  view source on GitHub ↗
(configPath: string)

Source from the content-addressed store, hash-verified

251}
252
253function deleteCredentialsFile(configPath: string): void {
254 cliConfig.deleteAuthConfigFile(configPath);
255}
256
257function tryDeleteCredentialsFromKeyring(
258 configPath: string,

Calls

no outgoing calls

Tested by

no test coverage detected