-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update help text for commands + params in CLI and top-level API (#7176)
* Removed options for `dbt parse` * Fix misspellings * Capitalize JSON when appropriate * Update help text for --write-json/--no-write-json * Update help text for --config-dir * Update help text for --resource-types * Removed decorators for removed dbt parse options * Remove `--write-manifest` flag from `parse` * Remove `--parse-only` flag from `compile` * Update help text for `dbt list --output` * Standardize on one line per argument * Factor 3 from 12 Factor CLI Apps * Update help text for `dbt --version` * Standardize capitalization of resource types for `dbt build` * `debug --config-dir` is a boolean flag * Update help text for `--version-check` * Specify `-q` as a conventional alias for `--quiet` * Update help text for `debug --config-dir` * Update help text for `debug` * Treat more dense text blobs as binary for `git grep` * Update help text for `--version-check` * Update help text for `--defer` * Update help text for `--indirect-selection` * Co-locate log colorization with other log settings * Update help text for `--log-format*`, `--log-level*`, and `--use-colors*` * Temporarily re-add option for CI tests * Remove `--parse-only` flag from `show` * Remove `--write-manifest` flag from `parse` (again)
- Loading branch information
Showing
5 changed files
with
64 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
core/dbt/include/index.html binary | ||
tests/functional/artifacts/data/state/*/manifest.json binary | ||
core/dbt/docs/build/html/searchindex.js binary | ||
core/dbt/docs/build/html/index.html binary | ||
performance/runner/Cargo.lock binary | ||
core/dbt/events/types_pb2.py binary |
This file contains 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
This file contains 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
This file contains 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
This file contains 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