CLI commands
Syntax
Section titled “Syntax”suitener [target] [--json] [--quiet] [--verbose]suitener check [target]suitener inspect [target]suitener stubs [target]suitener wrap "bun run dev"suitener --helpsuitener --versionDefault command. Runs existing tests when possible; otherwise generates stubs.
suitener check ./path/to/backendinspect
Section titled “inspect”Scans the target and reports what Suitener sees without running tests or generating stubs.
suitener inspect ./path/to/backendForces stub generation even if tests exist.
suitener stubs ./path/to/backendRuns check, prints one summary line, then starts the wrapped command.
suitener wrap "bun run dev"The child command inherits stdin, stdout, and stderr.