Skip to main content

Options

Command Options

Stable with Limitations

Review the combined commit, tag, push, and execution option surface accepted by public Run profiles.

Commandcusty run

Category

Pipeline

Quick Command

custy run PROFILE [PROFILE ...] [OPTIONS]

optionspipeline inputsprofile inputs

Overview​

custy run exposes a combined option surface so selected profiles can receive commit, tag, and push inputs.


Option Groups

Run Profile Inputs

PropertyTypeDescriptionDefaultRequired
Commit validation and staging--check-cz, --auto-stage, --stage-mode, --allow-empty-commitControl commit checks, staging, and intentional empty-commit behavior.-No
Commit files and backup--commit-msg-file, --backup-commit-dirSelect the commit message and its retained backup location.-No
Tag files and version--tag-msg-file, --version-file, --strategy, --bump, --tag, --tag-messageControl version and tag preparation inputs.-No
Release modifiers--pre, --post, --dev, --meta, --epochApply compatible release-version modifiers.-No
Tag behavior and backup--force-tag, --skip-checks, --backup-tag-dirControl tag validation, forced creation, and message backup location.-No
Push selection--all-remote, --remote, --skip-tag, --sync-backupSelect destinations, tag handling, and eligible backup synchronization for profiles containing push.-No

Global Execution Options

Terminal
bash
custy --dry-run run release
custy --debug run full
custy --log-level debug run release


Command-Specific References

See the Commit options, Tag options, and Push options for exact public spellings and behavior.