Synopsis
Description
update checks for a newer version of profClaw and applies the update. It respects the original installation method (npm or binary) and runs the appropriate update command. After updating, it validates the new version with a health check.
Arguments
Specific version to install (e.g.,
2.1.0). Omit to install the latest stable release.Flags
Check for updates without installing. Prints the current version and the latest available version.
Include pre-release versions (alpha, beta, rc) when looking for updates.
Skip the confirmation prompt before updating.
Restart the daemon after a successful update (if running as a system service).
Examples
Manual Update Methods
Migration Notes
Before updating across major versions, run:Related
profclaw version- Print current version infoprofclaw backup- Back up before major updatesprofclaw doctor- Verify health after update