Skip to main content

Workflow Defaults (Experimental)

Workflow Defaults

Experimental / Currently Blocked

Configure experimental branch and tag transition policy separately from stable run profiles.

Command[tool.custy.cli.workflow]

Category

CLI Configuration

Quick Command

[tool.custy.cli.workflow]

transition policyenforcementexperimental

Properties

Properties

PropertyTypeDescriptionDefaultRequired
enforceBooleanSelect enforcement rather than information-only workflow behavior.falseNo
check_transitionBooleanValidate configured branch and tag transitions.falseNo
sync_backupBooleanEnable backup synchronization after supported workflow completion.falseNo
Generated defaults
toml
[tool.custy.cli.workflow]
enforce = false
check_transition = false
sync_backup = false

Continue