Syntax
Command Syntax
Stable
Use the direct tag command for version and message overrides or select the registered profile through Run.
Command
custy tagCategory
Git Operations
Quick Command
custy tag [OPTIONS]Overview​
The direct form exposes the complete version, tag-message, modifier, force, and
backup option surface. Place global dry-run before tag.
Supported Command Forms
Command Syntax
Available command syntax and usage examples.
Use project version settings
Resolve and create the tag through the configured strategy.
bash
custy tagProvide an exact tag
Use a manually selected tag value.
bash
custy tag --tag v1.2.3Select PEP 440
Generate a PEP 440 version from repository state.
bash
custy tag --strategy pep440Provide an exact pre-release
Use a supported explicit lifecycle tag.
bash
custy tag --strategy semver --tag v1.3.0-beta.1Preview tag preparation
Inspect the planned tag profile without normal mutations.
bash
custy --dry-run tag --tag v1.2.3Direct Command and Run Profile
custy run tag selects the registered tag profile but does not expose all
tag-specific arguments. Use the direct form for version and message overrides.