【OpenClaw】常见命令

查看服务

复制代码
openclaw status

打开聊天查看Token

复制代码
openclaw dashboard

查看插件列表

bash 复制代码
openclaw plugins list

重启服务

复制代码
 openclaw gateway restart

运行配置

负责配置认证、网关设置和可选通道

bash 复制代码
openclaw onboard --install-daemon

更新OpenClaw

bash 复制代码
openclaw update
openclaw update status
openclaw update wizard
openclaw update --channel beta
openclaw update --channel dev
openclaw update --tag beta
openclaw update --dry-run
openclaw update --no-restart
openclaw update --json
openclaw --update
选项
  • --no-restart:成功更新后跳过重启Gateway服务。
  • --channel <stable|beta|dev>: 设置更新通道(git + npm;在配置中保持)。
  • --tag <dist-tag|version>:仅在本次更新中覆盖NPM的Dist标签或版本。
  • --dry-run预览计划中的更新作(通道/标签/目标/重启流程),无需编写配置、安装、同步插件或重启。
  • --json: 打印机器可读的 JSON。UpdateRunResult
  • --timeout <seconds>:每步超时(默认为1200秒)。

注意:降级需要确认,因为旧版本可能会破坏配置。

update status

显示活跃的更新通道 + git 标签/分支/SHA(用于源检查),以及更新可用性。

bash 复制代码
openclaw update status



相关推荐
似水এ᭄往昔9 分钟前
【Linux网络编程】--UDP__SCOKE
linux·计算机网络
进击切图仔44 分钟前
Ubuntu 挂载 XFS 磁盘并免密读写
linux·网络·ubuntu
qetfw1 小时前
Debian Apache2 执行 Shell CGI:动态时间页面配置与验证
linux·运维·debian
Shadow(⊙o⊙)1 小时前
CMake第一章——1.0CMake命令行,拉取源码、平台兼容的门槛技术。
linux·运维·服务器
呱呱巨基1 小时前
CMake基础
linux·c++·笔记·学习
爱丶狸10 小时前
Grafana_Zabbix_ImageRenderer_部署与前端操作手册
linux·前端·zabbix·grafana·kylin
k4m7v2pz11 小时前
把 Bevy 0.14 游戏移植到 R36S 掌机:一场与“无窗口系统“的搏斗
linux·rust·bevy·r36s·rk3326·开源掌机
木子欢儿13 小时前
Intel 架构的 MacBook Pro 运行 Linux 发热量高解决
linux·运维·服务器
会编程的土豆16 小时前
Go 模板初识
linux·运维·服务器
regret~18 小时前
【记录】网络路由、转发与网卡隔离
linux·服务器·网络