Skip to content

Inspecting a project

Terminal window
suitener inspect ./path/to/backend

inspect 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 test

Verbose mode adds a dev block:

Terminal window
suitener inspect ./path/to/backend --verbose
dev
target /absolute/path/to/backend
files 24
signals http indicator in server.ts