Documentation Index
Fetch the complete documentation index at: https://openclaw.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
openclaw reset
重置本地配置/状态(保留 CLI 安装)。
选项:
--scope <scope>:config、config+creds+sessions或full--yes:跳过确认提示--non-interactive:禁用提示;需要同时指定--scope和--yes--dry-run:打印将执行的操作,但不删除文件
- 如果你希望在删除本地状态前保留一个可恢复的快照,请先运行
openclaw backup create。 - 如果省略
--scope,openclaw reset会使用交互式提示来选择要删除的内容。 - 只有在同时设置了
--scope和--yes时,--non-interactive才有效。