rolecraft update
Re-install a skill to the latest version.
Usage
bash
rolecraft update <slug> [--dry-run]Options
| Flag | Description |
|---|---|
--dry-run | Preview what would be updated without making changes |
Description
Fetches the skill source again and re-installs it, updating to the latest available version. The lockfile is updated with the new content hashes.
Examples
bash
rolecraft update my-skill
rolecraft update my-skill --dry-run # preview only