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]Properties
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
enforce | Boolean | Select enforcement rather than information-only workflow behavior. | false | No |
check_transition | Boolean | Validate configured branch and tag transitions. | false | No |
sync_backup | Boolean | Enable backup synchronization after supported workflow completion. | false | No |
Generated defaults
toml[tool.custy.cli.workflow]
enforce = false
check_transition = false
sync_backup = false