@codeflow-ai/cli 1.11.1 → 1.13.0

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.
Files changed (3) hide show
  1. package/README.md +15 -0
  2. package/dist/cli.js +25 -25
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # CodeFlow CLI
2
+
3
+ CodeFlow 命令行客户端:自动创建令牌并写入 AI 客户端配置,支持切换分组、切换接入线路、查看余额与用量
4
+
5
+ ## 安装
6
+
7
+ ```sh
8
+ npm install -g @codeflow-ai/cli
9
+ ```
10
+
11
+ ## 启动
12
+
13
+ ```sh
14
+ codeflow
15
+ ```