HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

openclaw update — Update OpenClaw to the latest version. More information: <https://docs.openclaw.ai/cli/update>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandupdatelatestopenclaw updatecliopenclawversion

Problem

How to use the openclaw update command: Update OpenClaw to the latest version. More information: <https://docs.openclaw.ai/cli/update>.

Solution

openclaw update — Update OpenClaw to the latest version. More information: <https://docs.openclaw.ai/cli/update>.

Update to the latest version:
openclaw update


Switch to a specific release channel:
openclaw update --channel {{stable|beta|dev}}


Display version:
openclaw update {{[-v|--version]}}


Display help:
openclaw update {{[-h|--help]}}

Code Snippets

Update to the latest version

openclaw update

Switch to a specific release channel

openclaw update --channel {{stable|beta|dev}}

Display version

openclaw update {{[-v|--version]}}

Display help

openclaw update {{[-h|--help]}}

Context

tldr-pages: common/openclaw update

Revisions (0)

No revisions yet.