Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TestSprite/testsprite-cli
/ index.ts
File
index.ts
src/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
import
{ Command, CommanderError } from
'commander'
;
3
import
{ createAgentCommand } from
'./commands/agent.js'
;
4
import
{ createAuthCommand } from
'./commands/auth.js'
;
Callers
nothing calls this directly
Calls
14
createSetupCommand
Function · 0.85
createDeprecatedInitCommand
Function · 0.85
createAuthCommand
Function · 0.85
runConfigureViaSetup
Function · 0.85
createProjectCommand
Function · 0.85
createTestCommand
Function · 0.85
createAgentCommand
Function · 0.85
createUsageCommand
Function · 0.85
applyExitOverrideDeep
Function · 0.85
maybeEmitSkillNudge
Function · 0.85
commandPathOf
Function · 0.85
isOutputMode
Function · 0.85
Tested by
no test coverage detected