We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfa2bae + 7b75f8b commit ba92513Copy full SHA for ba92513
website/docs/reference/dbt-commands.md
@@ -21,7 +21,7 @@ For information about selecting models on the command line, consult the docs on
21
- [snapshot](snapshot): executes "snapshot" jobs defined in a project
22
- [clean](clean): deletes artifacts present in the dbt project
23
- [seed](seed): loads CSV files into the database
24
-- [docs](cmd-docs) (CLI only): generates documentation for a project
+- [docs](cmd-docs) : generates documentation for a project
25
- [source](commands/source): provides tools for working with source data (including validating that sources are "fresh")
26
- [run-operation](run-operation): runs arbitrary maintenance SQL against the database
27
- [rpc](rpc) (CLI only): runs an RPC server that clients can submit queries to
0 commit comments