CLI/

agentver version

Create and list semantic version tags for published skills.

Usage

$ agentver version <subcommand>

Subcommands

version create <semver>

Create a version tag from the current commit

version list

List all versions for the current skill

Options

--notes <text>Release notes (create only)
--jsonOutput as JSON

Examples

Tag current commit as v1.0.0

$ agentver version create 1.0.0

List all versions

$ agentver version list

Related commands