docs: update dbt-index skill to match current CLI#109
Open
docs: update dbt-index skill to match current CLI#109
Conversation
- Rename commands to current primary names: describe (was node), metadata (was query/schema), warehouse (was query-warehouse), metrics (was sl) - Add per-command flag reference tables for all 17 subcommands, derived from actual --help output - Add missing metrics run flags: --order-by, --where, --time-constraint, --max-rows, --dialect, --profile, --target - Add metrics describe --all, metrics list --saved-queries - Add lineage --edge-type, describe individual section flags - Add metadata run --mutate/--attach/--param, warehouse run --mutate - Add ingest --target-dir/--auto-hydrate, export --output-dir - Add serve flags (--profile, --target, --no-cloud-sync) - Add timings subcommands: all, node <name> - Add full doctor checks reference (34 checks across error/warn/info) - Document --auto-reingest global flag and all output formats Co-Authored-By: Claude Opus 4.6 <[email protected]>
8d33660 to
dd2d41d
Compare
venkaa28
reviewed
Apr 28, 2026
| See [command-reference.md](./references/command-reference.md) for the full command cheat sheet, index schema overview, and global flags. | ||
| See [command-reference.md](./references/command-reference.md) for the full flag reference, doctor check list, and index schema. | ||
|
|
||
| #### MCP server |
Contributor
There was a problem hiding this comment.
why did we delete this?
…cal source The compact skill rewrite dropped the JSON config snippet for wiring dbt-index as an MCP server. Restore it and align setup-core.md with the canonical copy in dbt-index (--auto-reingest is covered in SKILL.md global flags). Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
describe(wasnode),metadata(wasquery/schema),warehouse(wasquery-warehouse),metrics(wassl)--helpoutputmetrics runflags:--order-by,--where,--time-constraint,--max-rows,--dialect,--profile,--targetmetrics describe --all,metrics list --saved-querieslineage --edge-type,describeindividual section flags (--sql,--columns,--tests, etc.)metadata run --mutate/--attach/--param,warehouse run --mutateingest --target-dir/--auto-hydrate,export --output-dirserveflags (--profile,--target,--no-cloud-sync)timingssubcommands:all,node <name>--auto-reingestglobal flag and all output formatsTest plan
cargo run -p dbt-index -- <cmd> --help🤖 Generated with Claude Code