Skip to main content

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]

remotestagsbackup sync

Properties

Properties

PropertyTypeDescriptionDefaultRequired
all_remoteBooleanSelect the de-duplicated main and backup groups unless an explicit --remote overrides it.trueNo
skip_tagBooleanPush HEAD without creating or pushing a tag in combined workflows when true.falseNo
sync_backupBooleanAdd configured backups to a main-only selection when branch safety permits. It does not disable backups selected by all_remote or push_to.falseNo
Generated defaults
toml
[tool.custy.cli.push]
all_remote = true
skip_tag = false
sync_backup = false

Continue