docs: clarify update diagnostics

This commit is contained in:
Peter Steinberger
2026-05-03 21:21:48 +01:00
parent 53cc52981b
commit 3147efbed4
2 changed files with 15 additions and 0 deletions

View File

@@ -25,6 +25,12 @@ openclaw update --tag main
openclaw update --dry-run # preview without applying
```
`openclaw update` does not accept `--verbose`. For update diagnostics, use
`--dry-run` to preview the planned actions, `--json` for structured results, or
`openclaw update status --json` to inspect channel and availability state. The
installer has its own `--verbose` flag, but that flag is not part of
`openclaw update`.
`--channel beta` prefers beta, but the runtime falls back to stable/latest when
the beta tag is missing or older than the latest stable release. Use `--tag beta`
if you want the raw npm beta dist-tag for a one-off package update.