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

Function runConfigureViaSetup

src/commands/init.ts:551–557  ·  view source on GitHub ↗
(
  command: Command,
  deps: InitDeps,
  fromEnv: boolean,
)

Source from the content-addressed store, hash-verified

549 * `setup` is the ONLY path that writes credentials.
550 */
551export async function runConfigureViaSetup(
552 command: Command,
553 deps: InitDeps,
554 fromEnv: boolean,
555): Promise<void> {
556 await runSetupAction({ agent: 'claude', fromEnv }, command, deps, 'claude');
557}

Callers 1

index.tsFile · 0.85

Calls 1

runSetupActionFunction · 0.85

Tested by

no test coverage detected