【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



相关推荐
爱网络爱Linux14 小时前
【系列】每天一个 Linux 命令(53)startx 命令
linux·rhce·rhca·linux运维·linux命令大全·红帽认证
ZhengEnCi15 小时前
L2A-一个域名如何访问多台云服务器-子域名、路径前缀与Nginx反向代理选型指南
linux·人工智能
M78佐菲15 小时前
51单片机学习笔记:ds18b20要点整理
linux·笔记·嵌入式硬件·学习·51单片机
高亦真15 小时前
今天是学习嵌入式的第37天
linux·学习·算法
一个有温度的技术博主16 小时前
Linux 核心命令速查指南:从文件操作到系统运维
linux·服务器
小小的木头人16 小时前
Docker 环境下迁移 containerd 数据目录:从 `/var/lib/containerd` 到 `/data/containerd`
linux·docker
东城居士17 小时前
验证第一个Linux字符驱动程序
linux·嵌入式系统
网硕互联的小客服19 小时前
各个版本的Linux系统如何修改远程端口ssh端口?
linux·运维·服务器·网络
T1mzhou19 小时前
ARM64 Linux 6.10 内核驱动(12):dd.c:probe/ remove、延迟 probe
linux·服务器·c语言·arm开发·arm
yunwei371 天前
eBPF 示例教程:实现 `scx_nest` 调度器
linux·后端·性能优化