Skip to main content
Version: Beta 🚧

tecton apply

Usage​

tecton apply [Options]

Description​

Compare your local feature definitions with remote state and apply local changes to the remote.

Options​

FlagDescription
-y, --yesSkip all confirmation prompts.
--json-out TEXTOutput the Tecton state update diff (as JSON) to the file path provided.
--suppress-warningsDisable Tecton plan linting warnings.
--workspace WORKSPACEName of the target workspace that the update applies to. If no workspace specified, will apply to current workspace.
--config FILEPath to the repo config yaml file. Defaults to the repo.yaml file at the Tecton repo root.
--plan-id TEXTID of a previously computed plan to apply.
--skip-tests, --no-skip-tests.Disable running tests.
--suppress-recreatesForce suppression of all recreates into in-place updates. See guide.
--integration-testIf set, run integration tests for all feature views that contained functional diffs in the plan. See guide.
--integration-test-select PATTERNIf set, run integration tests for all feature views that match PATTERN. PATTERN supports a comma-separated list (e.g. "fv_1, fv_2") and/or a wildcard operator (e.g. "prefix*,prefix*suffix,*suffix"). See guide.

Was this page helpful?