clawpack update
Update the ClawPack CLI to the latest version.
Usage
clawpack updateOptions
None.
What It Does
Equivalent to running npm install -g @clawpack/cli@latest.
Examples
# Update to latest
clawpack update
# Verify the update
clawpack --version
# Alternative manual update
npm install -g @clawpack/cli@latest