Options
Command Options
Stable with Limitations
Review the combined commit, tag, push, and execution option surface accepted by public Run profiles.
Command
custy runCategory
Pipeline
Quick Command
custy run PROFILE [PROFILE ...] [OPTIONS]Overviewâ
custy run exposes a combined option surface so selected profiles can receive
commit, tag, and push inputs.
Option Groups
Run Profile Inputs
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
Commit validation and staging | --check-cz, --auto-stage, --stage-mode, --allow-empty-commit | Control commit checks, staging, and intentional empty-commit behavior. | - | No |
Commit files and backup | --commit-msg-file, --backup-commit-dir | Select the commit message and its retained backup location. | - | No |
Tag files and version | --tag-msg-file, --version-file, --strategy, --bump, --tag, --tag-message | Control version and tag preparation inputs. | - | No |
Release modifiers | --pre, --post, --dev, --meta, --epoch | Apply compatible release-version modifiers. | - | No |
Tag behavior and backup | --force-tag, --skip-checks, --backup-tag-dir | Control tag validation, forced creation, and message backup location. | - | No |
Push selection | --all-remote, --remote, --skip-tag, --sync-backup | Select destinations, tag handling, and eligible backup synchronization for profiles containing push. | - | No |
Global Execution Options
Terminal
bashcusty --dry-run run release
custy --debug run full
custy --log-level debug run releaseCommand-Specific References
See the Commit options, Tag options, and Push options for exact public spellings and behavior.