Inspecting a project
suitener inspect ./path/to/backendinspect reports what Suitener sees:
- project name
- project type
- whether test files were found
- detected test command, if any
- file/signaling details with
--verbose
Example:
inspect
summary project demo-api kind http_server tests found command bun run testVerbose mode adds a dev block:
suitener inspect ./path/to/backend --verbosedev target /absolute/path/to/backend files 24 signals http indicator in server.ts