Push Defaults
Push Defaults
Active
Choose the default remote breadth, tag handling, and backup synchronization for supported push flows.
Command
[tool.custy.cli.push]Category
CLI Configuration
Quick Command
[tool.custy.cli.push]Properties
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
all_remote | Boolean | Select the de-duplicated main and backup groups unless an explicit --remote overrides it. | true | No |
skip_tag | Boolean | Push HEAD without creating or pushing a tag in combined workflows when true. | false | No |
sync_backup | Boolean | Add configured backups to a main-only selection when branch safety permits. It does not disable backups selected by all_remote or push_to. | false | No |
Generated defaults
toml[tool.custy.cli.push]
all_remote = true
skip_tag = false
sync_backup = false