CLI/

agentver log

Show the commit history for a skill.

Usage

$ agentver log [name]

Arguments

[name]Skill name (resolved from current directory if omitted)

Options

--limit <n>Number of entries to show (default: 20)
--jsonOutput as JSON

Examples

Show history for a skill

$ agentver log deploy-checker

Show last 5 commits

$ agentver log --limit 5

Related commands