Skip to content

CLI commands

suitener [target] [--json] [--quiet] [--verbose]
suitener check [target]
suitener inspect [target]
suitener stubs [target]
suitener wrap "bun run dev"
suitener --help
suitener --version

Default command. Runs existing tests when possible; otherwise generates stubs.

Terminal window
suitener check ./path/to/backend

Scans the target and reports what Suitener sees without running tests or generating stubs.

Terminal window
suitener inspect ./path/to/backend

Forces stub generation even if tests exist.

Terminal window
suitener stubs ./path/to/backend

Runs check, prints one summary line, then starts the wrapped command.

Terminal window
suitener wrap "bun run dev"

The child command inherits stdin, stdout, and stderr.