【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



相关推荐
敲代码还房贷2 小时前
VMware17 + Ubuntu22.04 共享 完整步骤
linux·python·ubuntu
King of fraud2 小时前
Linux 下 MySQL 基础操作:创建用户、数据库与权限管理实战
linux·数据库·mysql
实心儿儿3 小时前
Linux —— 传输层协议TCP
linux·服务器·tcp/ip
祖力553 小时前
Linux应用软件编程:目录IO与framebuffer
linux·运维·算法·framebuffer·目录io
词却3 小时前
Linux基础:常用基本命令与软件包管理
linux
2401_890603404 小时前
Linux 进程控制
linux·运维·服务器
啦啦啦啦啦zzzz5 小时前
时间轮定时器
linux·服务器·网络·c++·定时器
神威难绷泪5 小时前
Linux应用软件编程:目录IO framebuffer
linux
byte轻骑兵5 小时前
【BlueZ 】BLE 与经典蓝牙的差异:BlueZ 中双模式的源码区分设计
linux·bluez·电脑蓝牙·嵌入式蓝牙
小雪崩6 小时前
嵌入式学习 day30:minilog
linux·c语言·学习