Skip to main content

Syntax

Command Syntax

Stable

Use the direct tag command for version and message overrides or select the registered profile through Run.

Commandcusty tag

Category

Git Operations

Quick Command

custy tag [OPTIONS]

syntaxCLIversion tag

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 tag

Provide an exact tag

Use a manually selected tag value.

bash
custy tag --tag v1.2.3

Select PEP 440

Generate a PEP 440 version from repository state.

bash
custy tag --strategy pep440

Provide an exact pre-release

Use a supported explicit lifecycle tag.

bash
custy tag --strategy semver --tag v1.3.0-beta.1

Preview tag preparation

Inspect the planned tag profile without normal mutations.

bash
custy --dry-run tag --tag v1.2.3

Direct 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.