【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



相关推荐
2023自学中40 分钟前
imx6ull 开发板, mame 模拟器,运行游戏 测试
linux·游戏·嵌入式·开发板
是个西兰花1 小时前
Linux:进程信号
linux·运维·服务器
CS创新实验室1 小时前
从“业余爱好”到数字基石:Linux 发展史及带给技术人的成长启示
linux·运维·服务器
Biomamba生信基地1 小时前
FindNeighbors()函数报错object ‘CsparseMatrix_validate’ not found
linux·运维·服务器·生物信息学
orion572 天前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221612 天前
Linux驱动编译与加载
linux·嵌入式
用户805533698032 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698032 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房3 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia4 天前
linux curl命令详解_curl详解
linux