Nyron

Commands

Reference for all Nyron CLI commands

Commands

Nyron provides a set of commands to manage your versioning workflow.

Available Commands

nyron init

Initialize Nyron configuration in your project.

nyron fix

Validate and repair inconsistencies in your Nyron setup.

nyron bump

Bump project version and generate changelog automatically.

nyron push-tag

Create and push nyron-release tags for automated workflow triggers.

nyron release

Create GitHub releases with auto-generated changelogs.

Command Structure

All Nyron commands follow this pattern:

npx @nyron/cli <command> [options]

Use the --help flag with any command to see available options:

npx @nyron/cli <command> --help