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

Function writeCredentialsToFile

packages/cli-auth/credentials-store.ts:218–220  ·  view source on GitHub ↗
(configPath: string, config: Credentials)

Source from the content-addressed store, hash-verified

216}
217
218function writeCredentialsToFile(configPath: string, config: Credentials): void {
219 cliConfig.writeAuthConfigFile(configPath, config);
220}
221
222function readCredentialsFromKeyring(
223 configPath: string,

Callers 2

migrateCredentialsToFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected