tecton plan
Usage​
tecton plan [Options]
Description​
Compare your local feature definitions with remote state and show the plan to bring them in sync. Does not apply changes.
Options​
Flag | Description |
---|---|
-y , --yes | Skip all confirmation prompts. |
--json-out TEXT | Output the tecton state update diff (as JSON) to the file path provided. |
--suppress-warnings | Disable tecton plan linting warnings. |
--workspace WORKSPACE | Name of target workspace that the Tecton state update request applies to. |
--config FILE | Path to the repo config yaml file. Defaults to the repo.yaml file at the Tecton repo root. |
--skip-tests /--no-skip-tests | Disable running tests. |
--suppress-recreates | Force suppression of all recreates into in-place updates. See guide. |
--integration-test | Trigger plan integration tests with auto selected feature views. See guide. |
--integration-test-select | Trigger plan integration tests with manually selected feature views. See guide. |