CLI/

agentver update

Update installed skills to their latest upstream version. Handles locally modified packages with merge strategies.

Usage

$ agentver update [name]

Arguments

[name]Specific skill to update (updates all if omitted)

Options

--dry-runShow what would be updated without making changes

Examples

Update all skills

$ agentver update

Update a specific skill

$ agentver update deploy-checker

Related commands