CLI/

agentver save

Commit local skill changes to the platform as a working version (no version tag).

Usage

$ agentver save [message]

Arguments

[message]Commit message (optional)

Options

--path <path>Path to skill directory
--dry-runShow what would be saved without committing
--jsonOutput as JSON

Examples

Save with a message

$ agentver save "fix validation rules"

Note: Requires platform connection (agentver login).

Related commands