mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
docs: clarify update diagnostics
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user