@yoooclaw/cli 0.0.8 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/bin.cjs +109 -197
- package/dist/bin.cjs.map +10 -11
- package/dist/index.cjs +109 -197
- package/dist/index.cjs.map +10 -11
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -9,9 +9,11 @@ yoooclaw 独立 CLI 工具 —— 自带后台守护进程(daemon),不依
|
|
|
9
9
|
|
|
10
10
|
## 安装与命令
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
两种分发渠道,二者**功能一致**,按需选择。
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**平台支持**:macOS / Linux 两种渠道都支持;**Windows 走 npm 渠道**(需 Node ≥ 22.12.0),原生二进制暂未提供 Windows 目标。Windows 上凭据以明文落 `~/.yoooclaw/credentials.json`(无系统 keychain 加固,`yoooclaw doctor` 会提示),daemon 停止经 HTTP 优雅退出。
|
|
15
|
+
|
|
16
|
+
### A. npm(需要 Node ≥ 22.12.0,Windows 用此渠道)
|
|
15
17
|
|
|
16
18
|
```bash
|
|
17
19
|
# 免安装(每次拉最新版)
|
|
@@ -37,7 +39,7 @@ curl -fsSL https://raw.githubusercontent.com/Yoooclaw/openclaw-plugin/master/pac
|
|
|
37
39
|
| sh -s -- --version 0.0.5 --dir ~/bin --force
|
|
38
40
|
```
|
|
39
41
|
|
|
40
|
-
支持平台:`darwin-arm64` / `darwin-x64` / `linux-x64` / `linux-arm64
|
|
42
|
+
支持平台:`darwin-arm64` / `darwin-x64` / `linux-x64` / `linux-arm64`。**Windows 暂无原生二进制,请用上面的 npm 渠道。**
|
|
41
43
|
|
|
42
44
|
二进制也可以从 [GitHub Releases](https://github.com/Yoooclaw/openclaw-plugin/releases?q=cli-v) 手动下载(同 release 内 `checksums.txt` 校验)。
|
|
43
45
|
|