File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,6 +343,8 @@ Options:
343343 Default: prod.
344344 --skip-tests Skip tests prior to generating the plan if
345345 they are defined.
346+ --skip-linter Skip linting prior to generating the plan if
347+ the linter is enabled.
346348 -r, --restate-model TEXT Restate data for specified models and models
347349 downstream from the one specified. For
348350 production environment, all related model
@@ -383,9 +385,12 @@ Options:
383385 application (prod environment only).
384386 --enable-preview Enable preview for forward-only models when
385387 targeting a development environment.
386- --diff-rendered Output text differences for rendered versions
387- of models and standalone audits
388- -v, --verbose Verbose output.
388+ --diff-rendered Output text differences for the rendered
389+ versions of the models and standalone
390+ audits.
391+ --explain Explain the plan instead of applying it.
392+ -v, --verbose Verbose output. Use -vv for very verbose
393+ output.
389394 --help Show this message and exit.
390395```
391396
You can’t perform that action at this time.
0 commit comments