MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / defaultCredentialsPath

Function defaultCredentialsPath

src/lib/credentials.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13export const DEFAULT_PROFILE = 'default';
14
15export function defaultCredentialsPath(): string {
16 return join(homedir(), '.testsprite', 'credentials');
17}
18
19export interface ProfileEntry {
20 apiKey?: string;

Callers 8

runConfigureFunction · 0.85
runWhoamiFunction · 0.85
runLogoutFunction · 0.85
maybeEmitSkillNudgeFunction · 0.85
loadConfigFunction · 0.85
resolvePathFunction · 0.85
makeHttpClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected