Check run health after CI
Outcome
You know whether manifest.json and run_results.json are present, fresh enough for analysis, and what commands you can run next.
When to use this
| Surface | Use when |
|---|---|
| CLI | CI gates, shell scripts, or a quick post-run check |
| MCP | Skip for one-shot checks—use CLI or wire MCP for repeated agent queries |
| Web | After CLI confirms artifacts, open the UI for health and inventory views |
Steps
- Point at your dbt
target/directory with--dbt-targetorDBT_TOOLS_DBT_TARGET. - Run
statusto see readiness (full,manifest-only, orunavailable). - Run
summarywith--jsonin CI for machine-readable manifest statistics.
Example
bash
dbt-tools status --dbt-target ./target
dbt-tools summary --dbt-target ./target --jsonNext
- Common CLI tasks
- Investigation tour
- CLI README — all flags