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

Function readCredentialsFromFile

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

Source from the content-addressed store, hash-verified

195}
196
197function readCredentialsFromFile(configPath: string): Credentials {
198 return cliConfig.readAuthFileConfig(configPath);
199}
200
201function isENOENTError(error: unknown): boolean {
202 return (

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected