openclaw update
Update OpenClaw to the latest version.
Usage
bash
openclaw update [options]Options
| Option | Description |
|---|---|
--check | Check for updates without installing |
--channel | Update channel (stable, beta, nightly) |
--force | Force update even if up-to-date |
Examples
bash
# Update to latest stable
openclaw update
# Check for updates
openclaw update --check
# Update to beta channel
openclaw update --channel beta
# Force update
openclaw update --forceUpdate Channels
| Channel | Description |
|---|---|
stable | Stable releases (default) |
beta | Beta releases |
nightly | Nightly builds |
What Gets Updated
- OpenClaw core binary
- Built-in plugins
- Configuration schemas
Rollback
If an update causes issues:
bash
# Rollback to previous version
openclaw update --rollback