Skip to main content

Syntax

Syntax

Stable

Learn how to execute Version Update directly or as part of a workflow.

Commandcusty version

Category

Versioning

Quick Command

custy version update

syntaxversion

Overview​

The Version command synchronizes version information across your project.

The public interface is the direct custy version update subcommand.


Command Syntax

Available command syntax and usage examples.

Direct Command

Run Version Update directly from the command line.

bash
custy version update

Command Structure

The Version command currently provides a single subcommand:

custy version update

Future Custy releases may introduce additional version-related subcommands while maintaining the same command structure.


The internal apply_version profile is reused by Custy, but the current public Run argument does not accept custy run apply_version.


Global Options

Like every Custy command, Version Update supports global CLI options.

Examples include:

  • --dry-run
  • --debug
  • --log-level

Global options always appear before the command.

Example:

custy --dry-run version update


What's Next?

Continue to the Options page to learn about the command-line arguments supported by Version Update.