tecton apply
Usage​
tecton apply [Options]
Description​
Compare your local feature definitions with remote state and apply local changes to the remote.
Options​
Flag | Description |
---|---|
-y , --yes | Disable interactive safety checks |
--safety-checks , --no-safety-checks | Enable/disable interactive safety checks. Will be deprecated in 0.8, use --yes instead |
--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 the target workspace that the update applies to. If no workspace specified, will apply to current workspace. |
--skip-tests , --no-skip-tests | Disable running tests |
--plan-id TEXT | ID of a previously computed plan to apply |
--suppress-recreates | Force suppression of all recreates into in-place updates |