detail) gives you full access to your Detail workspace from the terminal. Use it to triage bugs, manage custom rules, inspect scan history, and list repositories without opening a browser.
What you can do
Each top-level command maps to a core part of Detail. Run any of them with--help to see the available subcommands and options.
| Command | What it does |
|---|---|
detail bugs | List, view, close, and reopen bug findings |
detail rules | Create, propose, and inspect custom analysis rules |
detail scans | List recent scans and filter by status, date, or type |
detail repos | List repositories connected to your Detail account |
detail auth | Authenticate with your Detail account |
detail skill | Install Detail skills into your repo’s .claude/skills/ directory |
Installation
The CLI is a single static binary with no runtime dependencies. Install it on macOS, Linux, or Windows in seconds. See the Installation guide for the full steps.Authentication
Before running any command, authenticate with your Detail account usingdetail auth login. The CLI supports a browser-based OAuth flow for local development and a --token flag for CI/CD pipelines. See the Authentication guide for details.
Next steps
Installation
Install the Detail CLI on macOS, Linux, or Windows.
Authentication
Log in with your Detail account or an API key.
Bugs
List, view, close, and reopen bug findings.
Rules
Create and manage custom analysis rules.
Getting help
Rundetail --help for a top-level overview of every command. Append --help to any subcommand for focused usage information:
detail completions: