ai-project-manage-cli 8.0.2 → 8.0.3

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 CHANGED
@@ -30,29 +30,15 @@ apm init
30
30
  apm sync-project-documents
31
31
  apm sync-project-documents --push
32
32
  apm update-skills
33
- apm deploy test --task <taskId>
34
33
  ```
35
34
 
36
- ## 常驻连接(后台守护)
35
+ ## 连接平台
37
36
 
38
37
  ```bash
39
- apm connect --daemon # 长期在线(后台)
40
- apm connect --daemon -f # 长期在线,并在当前终端实时看日志
41
- apm connect --daemon --server https://your-server.com
42
-
43
- # 运维
44
- apm daemon status
45
- apm daemon logs
46
- apm daemon logs -f # 随时重新跟踪日志
47
- apm daemon restart
48
- apm daemon stop
49
- apm daemon delete
50
-
51
- # 备选启动
52
- apm daemon start
53
- apm daemon start -f
38
+ apm connect
39
+ apm connect --server https://your-server.com
54
40
  ```
55
41
 
56
- 使用全局 PM2(未安装时会自动执行 `npm install -g pm2`);同一时刻仅允许一个 connect。启动时会自动检测 CLI 更新并刷新守护配置。
42
+ 同一时刻仅允许一个 connect。启动时会自动检测 CLI 更新。
57
43
 
58
44
  `apm connect` 处理完 WebIDE 消息后,会将 `.apm/project/<项目ID>/` 下的项目文档变更推回平台。