licell 0.14.13 → 0.15.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/licell.js +221 -221
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -31,6 +31,7 @@ Licell 当前覆盖的核心能力包括:
31
31
  - 自定义域名、HTTPS、CDN、DNS
32
32
  - ACR / Docker 镜像部署
33
33
  - Serverless 数据库与缓存辅助能力
34
+ - ECS 实例查询、详情诊断与生命周期操作(启动 / 重启 / 停止 / 删除)
34
35
  - 面向 Agent 的 Skills / catalog / JSON 输出 / 文档共源生成
35
36
 
36
37
  ---
@@ -737,6 +738,20 @@ licell e2e cleanup <runId>
737
738
  | `licell supa stop <instanceName>` | 暂停 Supabase 实例 | — |
738
739
  | `licell supa whitelist <instanceName>` | 查看/修改 Supabase IP 白名单 | `--set`, `--add`, `--remove` |
739
740
 
741
+ #### Cloud Infrastructure
742
+
743
+ 云服务器、网络与基础设施资源的查询和运维命令。
744
+
745
+ | 命令 | 说明 | 关键选项 |
746
+ |------|------|----------|
747
+ | `licell ecs delete <instanceId>` | 删除(释放)ECS 实例 | `--region`, `--dry-run`, `--yes` |
748
+ | `licell ecs info <instanceId>` | 查看 ECS 实例基础详情 | `--region` |
749
+ | `licell ecs list` | 查看 ECS 实例列表 | `--region`, `--limit`, `--status` |
750
+ | `licell ecs reboot <instanceId>` | 重启 ECS 实例 | `--region`, `--dry-run`, `--yes` |
751
+ | `licell ecs rm <instanceId>` | 删除(释放)ECS 实例(delete 的别名) | `--region`, `--dry-run`, `--yes` |
752
+ | `licell ecs start <instanceId>` | 启动 ECS 实例 | `--region`, `--dry-run` |
753
+ | `licell ecs stop <instanceId>` | 停止 ECS 实例 | `--region`, `--dry-run`, `--yes` |
754
+
740
755
  #### Automation & Tooling
741
756
 
742
757
  面向 Agent、开发体验与 CLI 生命周期的自动化命令。