Skip to main content

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

string
Specific version to install (e.g., 2.1.0). Omit to install the latest stable release.

Flags

boolean
Check for updates without installing. Prints the current version and the latest available version.
boolean
Include pre-release versions (alpha, beta, rc) when looking for updates.
boolean
Skip the confirmation prompt before updating.
boolean
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:
Check the changelog for breaking changes between major versions.