licell 0.14.13 → 1.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.en.md CHANGED
@@ -88,7 +88,7 @@ That means command-surface changes can converge across help, MCP, skills, and do
88
88
  ### Recommended: install script
89
89
 
90
90
  ```bash
91
- curl -fsSL https://github.com/agents-infrastructure/licell/releases/latest/download/install.sh | bash
91
+ curl -fsSL https://github.com/team-harness/licell/releases/latest/download/install.sh | bash
92
92
  ```
93
93
 
94
94
  After installation, run:
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
  ---
@@ -89,7 +90,7 @@ Licell 最新架构里,命令不再只是“能执行”,还要“能自我
89
90
  ### 推荐:安装脚本
90
91
 
91
92
  ```bash
92
- curl -fsSL https://github.com/agents-infrastructure/licell/releases/latest/download/install.sh | bash
93
+ curl -fsSL https://github.com/team-harness/licell/releases/latest/download/install.sh | bash
93
94
  ```
94
95
 
95
96
  安装完成后,可直接运行:
@@ -623,7 +624,7 @@ licell e2e cleanup <runId>
623
624
  | 命令 | 说明 | 关键选项 |
624
625
  |------|------|----------|
625
626
  | `licell login` | 配置阿里云凭证 | `--account-id`, `--ak`, `--sk` |
626
- | `licell auth export [passkey]` | 加密打包当前 licell 全局凭证状态到私有 OSS,并生成 restore token | `--bucket`, `--expires`, `--expires-hours` |
627
+ | `licell auth export [passkey]` | 加密打包当前 licell 全局凭证状态到私有 OSS,并生成 restore token | `--region`, `--bucket`, `--expires` |
627
628
  | `licell auth inspect <token>` | 解析并查看 restore token 的内容与有效期 | — |
628
629
  | `licell auth repair` | 修复凭证权限(推荐:用超级 AK/SK 自动补齐 licell 最小权限并继续使用) | `--account-id`, `--ak`, `--sk` |
629
630
  | `licell auth restore <token> [passkey]` | 使用 restore token + passkey 一键恢复 licell 全局凭证状态 | `--yes` |
@@ -633,7 +634,7 @@ licell e2e cleanup <runId>
633
634
  | `licell init` | 初始化 FC 项目(空目录生成脚手架,已有项目写入 licell 配置) | `--runtime`, `--kind`, `--app` |
634
635
  | `licell bootstrap` | 把已确认的部署方案初始化到 `.licell/project.json` / `.licell/state.json` | `--component`, `--path`, `--type` |
635
636
  | `licell workspace discover` | 扫描 repo,给出候选 components 与部署提案 | — |
636
- | `licell workspace doctor` | 在 workspace / monorepo 根目录诊断全部或指定 component | `--component`, `--runtime`, `--entry` |
637
+ | `licell workspace doctor` | 在 workspace / monorepo 根目录诊断全部或指定 component | `--region`, `--component`, `--runtime` |
637
638
  | `licell workspace init` | 在 repo 根目录创建或更新 licell workspace component | `--component`, `--path`, `--type` |
638
639
  | `licell workspace list` | 列出当前 repo / workspace 中可部署的 components | `--component` |
639
640
  | `licell workspace migrate` | 把旧单项目 `.licell/project.json` 升级成兼容旧版的 workspace/component 格式 | `--component`, `--path`, `--default` |
@@ -649,60 +650,60 @@ licell e2e cleanup <runId>
649
650
 
650
651
  | 命令 | 说明 | 关键选项 |
651
652
  |------|------|----------|
652
- | `licell deploy` | 一键极速打包部署 | `--component`, `--type`, `--entry` |
653
+ | `licell deploy` | 一键极速打包部署 | `--region`, `--component`, `--type` |
653
654
  | `licell deploy check` | 本地预检 FC API 入口与 runtime 约束(建议 deploy 前执行) | `--component`, `--runtime`, `--entry` |
654
- | `licell deploy plan` | 基于 `.licell/project.json` 生成部署计划(不执行云端变更) | `--component`, `--include`, `--exclude` |
655
+ | `licell deploy plan` | 基于 `.licell/project.json` 生成部署计划(不执行云端变更) | `--region`, `--component`, `--include` |
655
656
  | `licell deploy spec [runtime]` | 查看 FC API 部署规格(给 Agent/开发者在 deploy 前对照) | `--all` |
656
- | `licell task config [name]` | 查看任务函数的异步调用配置 | `--component`, `--target` |
657
- | `licell task info <taskId> [name]` | 查看单个异步任务详情 | `--component`, `--target` |
658
- | `licell task invoke [name]` | 异步调用任务函数 | `--component`, `--target`, `--payload` |
659
- | `licell task list [name]` | 查看任务函数的异步任务列表 | `--component`, `--target`, `--status` |
660
- | `licell task stop <taskId> [name]` | 停止正在运行的异步任务 | `--component`, `--target` |
661
- | `licell task config rm [name]` | 删除任务函数的异步调用配置 | `--component`, `--target`, `--yes` |
662
- | `licell task config set [name]` | 写入任务函数的异步调用配置 | `--component`, `--target`, `--enable` |
663
- | `licell release list` | 查看函数版本列表 | `--component`, `--limit` |
664
- | `licell release promote [versionId]` | 发布并切流到目标别名 | `--component`, `--target` |
665
- | `licell release prune` | 清理历史函数版本(默认仅预览) | `--component`, `--keep`, `--apply` |
666
- | `licell release rollback <versionId>` | 回滚到指定函数版本 | `--component`, `--target` |
667
- | `licell logs query [query]` | 按 SLS project/logstore/query 一次性检索日志 | `--project`, `--store`, `--region` |
668
- | `licell logs tail [query]` | 按 SLS project/logstore/query 持续跟随日志流 | `--project`, `--store`, `--region` |
669
- | `licell fn info [name]` | 查看函数详情 | `--component`, `--target` |
670
- | `licell fn invoke [name]` | 调用函数(同步) | `--component`, `--target`, `--payload` |
671
- | `licell fn list` | 查看函数列表 | `--limit`, `--prefix` |
672
- | `licell fn logs [name]` | 查看函数日志(默认实时流式) | `--component`, `--once`, `--window` |
673
- | `licell fn rm [name]` | 删除函数 | `--component`, `--force`, `--yes` |
674
- | `licell fn domain bind <domain>` | 绑定或更新 FC 自定义域名(资源级,不默认改 DNS) | `--function`, `--component`, `--target` |
675
- | `licell fn domain info <domain>` | 查看 FC 自定义域名详情 | |
676
- | `licell fn domain list` | 查看 FC 自定义域名列表 | `--limit`, `--prefix` |
677
- | `licell fn domain unbind <domain>` | 解绑 FC 自定义域名 | `--cleanup-dns`, `--yes` |
678
- | `licell env list` | 查看云端环境变量 | `--component`, `--target`, `--show-values` |
679
- | `licell env pull` | 拉取云端环境变量 | `--component`, `--target` |
680
- | `licell env rm <key>` | 删除云端环境变量(并同步本地 .licell/project.json) | `--component`, `--yes` |
681
- | `licell env set <key> <value>` | 设置云端环境变量(并同步本地 .licell/project.json) | `--component` |
682
- | `licell domain app bind <domain>` | 为当前应用编排 DNS、函数域名与可选 SSL | `--component`, `--ssl`, `--ssl-force-renew` |
683
- | `licell domain app unbind <domain>` | 解绑当前应用域名,并清理 FC custom domain / DNS CNAME | `--yes` |
684
- | `licell domain static bind <domain>` | 为静态站点编排 CDN、DNS 与可选 HTTPS | `--component`, `--bucket`, `--ssl` |
685
- | `licell domain static unbind <domain>` | 解绑静态站点域名,并清理 CDN / DNS | `--yes` |
657
+ | `licell task config [name]` | 查看任务函数的异步调用配置 | `--region`, `--component`, `--target` |
658
+ | `licell task info <taskId> [name]` | 查看单个异步任务详情 | `--region`, `--component`, `--target` |
659
+ | `licell task invoke [name]` | 异步调用任务函数 | `--region`, `--component`, `--target` |
660
+ | `licell task list [name]` | 查看任务函数的异步任务列表 | `--region`, `--component`, `--target` |
661
+ | `licell task stop <taskId> [name]` | 停止正在运行的异步任务 | `--region`, `--component`, `--target` |
662
+ | `licell task config rm [name]` | 删除任务函数的异步调用配置 | `--region`, `--component`, `--target` |
663
+ | `licell task config set [name]` | 写入任务函数的异步调用配置 | `--region`, `--component`, `--target` |
664
+ | `licell release list` | 查看函数版本列表 | `--region`, `--component`, `--limit` |
665
+ | `licell release promote [versionId]` | 发布并切流到目标别名 | `--region`, `--component`, `--target` |
666
+ | `licell release prune` | 清理历史函数版本(默认仅预览) | `--region`, `--component`, `--keep` |
667
+ | `licell release rollback <versionId>` | 回滚到指定函数版本 | `--region`, `--component`, `--target` |
668
+ | `licell logs query [query]` | 按 SLS project/logstore/query 一次性检索日志 | `--region`, `--project`, `--store` |
669
+ | `licell logs tail [query]` | 按 SLS project/logstore/query 持续跟随日志流 | `--region`, `--project`, `--store` |
670
+ | `licell fn info [name]` | 查看函数详情 | `--region`, `--component`, `--target` |
671
+ | `licell fn invoke [name]` | 调用函数(同步) | `--region`, `--component`, `--target` |
672
+ | `licell fn list` | 查看函数列表 | `--region`, `--limit`, `--prefix` |
673
+ | `licell fn logs [name]` | 查看函数日志(默认实时流式) | `--region`, `--component`, `--once` |
674
+ | `licell fn rm [name]` | 删除函数 | `--region`, `--component`, `--force` |
675
+ | `licell fn domain bind <domain>` | 绑定或更新 FC 自定义域名(资源级,不默认改 DNS) | `--region`, `--function`, `--component` |
676
+ | `licell fn domain info <domain>` | 查看 FC 自定义域名详情 | `--region` |
677
+ | `licell fn domain list` | 查看 FC 自定义域名列表 | `--region`, `--limit`, `--prefix` |
678
+ | `licell fn domain unbind <domain>` | 解绑 FC 自定义域名 | `--region`, `--cleanup-dns`, `--yes` |
679
+ | `licell env list` | 查看云端环境变量 | `--region`, `--component`, `--target` |
680
+ | `licell env pull` | 拉取云端环境变量 | `--region`, `--component`, `--target` |
681
+ | `licell env rm <key>` | 删除云端环境变量(并同步本地 .licell/project.json) | `--region`, `--component`, `--yes` |
682
+ | `licell env set <key> <value>` | 设置云端环境变量(并同步本地 .licell/project.json) | `--region`, `--component` |
683
+ | `licell domain app bind <domain>` | 为当前应用编排 DNS、函数域名与可选 SSL | `--region`, `--component`, `--ssl` |
684
+ | `licell domain app unbind <domain>` | 解绑当前应用域名,并清理 FC custom domain / DNS CNAME | `--region`, `--yes` |
685
+ | `licell domain static bind <domain>` | 为静态站点编排 CDN、DNS 与可选 HTTPS | `--region`, `--component`, `--bucket` |
686
+ | `licell domain static unbind <domain>` | 解绑静态站点域名,并清理 CDN / DNS | `--region`, `--yes` |
686
687
  | `licell dns records add <domain>` | 添加域名解析记录 | `--rr`, `--type`, `--value` |
687
688
  | `licell dns records list [domain]` | 查看域名解析记录 | `--limit` |
688
689
  | `licell dns records rm <recordId>` | 删除域名解析记录 | `--yes` |
689
- | `licell oss bucket [bucket]` | 上传本地目录到 OSS Bucket 指定目录(兼容命令,等同 oss upload) | `--bucket`, `--source-dir`, `--target-dir` |
690
- | `licell oss create <bucket>` | 创建 OSS Bucket | `--acl`, `--storage-class`, `--redundancy` |
691
- | `licell oss info <bucket>` | 查看 OSS Bucket 详情(含 ACL / 公共访问阻止 / 域名) | |
692
- | `licell oss list` | 查看 OSS Bucket 列表 | `--limit` |
693
- | `licell oss ls <bucket> [prefix]` | 列出 Bucket 对象 | `--limit` |
694
- | `licell oss rm <bucket>` | 删除 OSS Bucket(默认仅删空 Bucket) | `--recursive`, `--yes` |
695
- | `licell oss update <bucket>` | 更新 OSS Bucket 属性(ACL / 公共访问阻止) | `--acl`, `--public-access-block` |
696
- | `licell oss upload [bucket]` | 上传本地目录到 OSS Bucket 指定目录 | `--bucket`, `--source-dir`, `--target-dir` |
697
- | `licell oss domain bind <bucket> <domain>` | 为 Bucket 绑定原生 OSS 自定义域名 | |
698
- | `licell oss domain list <bucket>` | 查看 Bucket 已绑定的原生 OSS 域名 | |
699
- | `licell oss domain token <bucket> <domain>` | 为 Bucket 自定义域名生成 TXT 验证 token | |
700
- | `licell oss domain unbind <bucket> <domain>` | 解绑 Bucket 原生 OSS 自定义域名 | `--yes` |
701
- | `licell oss object get <bucket> <key> [file]` | 下载 OSS 对象到本地文件 | `--file` |
702
- | `licell oss object info <bucket> <key>` | 查看 OSS 对象元数据 | |
703
- | `licell oss object rm <bucket> <key>` | 删除 OSS 对象 | `--yes` |
704
- | `licell oss sync down <bucket> [prefix]` | 批量下载 Bucket 对象到本地目录 | `--dest-dir` |
705
- | `licell oss sync up [bucket]` | 同步本地目录到 OSS Bucket(等同 oss upload) | `--bucket`, `--source-dir`, `--target-dir` |
690
+ | `licell oss bucket [bucket]` | 上传本地目录到 OSS Bucket 指定目录(兼容命令,等同 oss upload) | `--region`, `--bucket`, `--source-dir` |
691
+ | `licell oss create <bucket>` | 创建 OSS Bucket | `--region`, `--acl`, `--storage-class` |
692
+ | `licell oss info <bucket>` | 查看 OSS Bucket 详情(含 ACL / 公共访问阻止 / 域名) | `--region` |
693
+ | `licell oss list` | 查看 OSS Bucket 列表 | `--region`, `--limit` |
694
+ | `licell oss ls <bucket> [prefix]` | 列出 Bucket 对象 | `--region`, `--limit` |
695
+ | `licell oss rm <bucket>` | 删除 OSS Bucket(默认仅删空 Bucket) | `--region`, `--recursive`, `--yes` |
696
+ | `licell oss update <bucket>` | 更新 OSS Bucket 属性(ACL / 公共访问阻止) | `--region`, `--acl`, `--public-access-block` |
697
+ | `licell oss upload [bucket]` | 上传本地目录到 OSS Bucket 指定目录 | `--region`, `--bucket`, `--source-dir` |
698
+ | `licell oss domain bind <bucket> <domain>` | 为 Bucket 绑定原生 OSS 自定义域名 | `--region` |
699
+ | `licell oss domain list <bucket>` | 查看 Bucket 已绑定的原生 OSS 域名 | `--region` |
700
+ | `licell oss domain token <bucket> <domain>` | 为 Bucket 自定义域名生成 TXT 验证 token | `--region` |
701
+ | `licell oss domain unbind <bucket> <domain>` | 解绑 Bucket 原生 OSS 自定义域名 | `--region`, `--yes` |
702
+ | `licell oss object get <bucket> <key> [file]` | 下载 OSS 对象到本地文件 | `--region`, `--file` |
703
+ | `licell oss object info <bucket> <key>` | 查看 OSS 对象元数据 | `--region` |
704
+ | `licell oss object rm <bucket> <key>` | 删除 OSS 对象 | `--region`, `--yes` |
705
+ | `licell oss sync down <bucket> [prefix]` | 批量下载 Bucket 对象到本地目录 | `--region`, `--dest-dir` |
706
+ | `licell oss sync up [bucket]` | 同步本地目录到 OSS Bucket(等同 oss upload) | `--region`, `--bucket`, `--source-dir` |
706
707
 
707
708
  #### Data Services
708
709
 
@@ -710,32 +711,46 @@ licell e2e cleanup <runId>
710
711
 
711
712
  | 命令 | 说明 | 关键选项 |
712
713
  |------|------|----------|
713
- | `licell db add` | 分配数据库实例 | `--type`, `--engine-version`, `--category` |
714
- | `licell db class [type]` | 查询数据库可用规格(给 Agent/开发者在 db add 前对照) | `--engine-version`, `--category`, `--storage-type` |
715
- | `licell db connect [instanceId]` | 输出数据库连接信息 | |
716
- | `licell db info <instanceId>` | 查看数据库实例详情 | |
717
- | `licell db list` | 查看数据库实例列表 | `--limit` |
718
- | `licell db public-access [instanceId]` | 开通数据库公网访问并添加当前 IP 到白名单 | `--ip` |
719
- | `licell db rm <instanceId>` | 删除数据库实例 | `--yes` |
720
- | `licell cache add` | 分配 Redis 缓存 | `--type`, `--mode`, `--instance` |
721
- | `licell cache class [mode]` | 查询缓存可用规格(给 Agent/开发者在 cache add 前对照) | `--zone`, `--limit` |
722
- | `licell cache connect [instanceId]` | 输出缓存连接信息 | |
723
- | `licell cache info <instanceId>` | 查看缓存实例详情 | |
724
- | `licell cache list` | 查看缓存实例列表 | `--limit` |
725
- | `licell cache public-access [instanceId]` | 开通 Redis 公网访问并添加当前 IP 到白名单 | `--ip` |
726
- | `licell cache rm <instanceId>` | 删除缓存实例 | `--yes` |
727
- | `licell cache rotate-password` | 轮换 Redis 密码 | `--instance` |
728
- | `licell supa add` | 创建 RDS Supabase 实例 | `--name`, `--vsw`, `--class` |
729
- | `licell supa config <instanceName>` | 查看 Supabase 实例配置(auth/storage/rag) | `--set-auth`, `--set-storage`, `--rag` |
730
- | `licell supa connect <instanceName>` | 查看 Supabase 连接信息和 API Keys | |
731
- | `licell supa info <instanceName>` | 查看 Supabase 实例详情 | |
732
- | `licell supa list` | 查看 Supabase 实例列表 | `--limit` |
733
- | `licell supa reset-password <instanceName>` | 重置 Supabase Dashboard 或数据库密码 | `--dashboard-password`, `--db-password` |
734
- | `licell supa restart <instanceName>` | 重启 Supabase 实例 | |
735
- | `licell supa rm <instanceName>` | 删除 Supabase 实例 | `--yes` |
736
- | `licell supa start <instanceName>` | 启动 Supabase 实例 | |
737
- | `licell supa stop <instanceName>` | 暂停 Supabase 实例 | |
738
- | `licell supa whitelist <instanceName>` | 查看/修改 Supabase IP 白名单 | `--set`, `--add`, `--remove` |
714
+ | `licell db add` | 分配数据库实例 | `--region`, `--type`, `--engine-version` |
715
+ | `licell db class [type]` | 查询数据库可用规格(给 Agent/开发者在 db add 前对照) | `--region`, `--engine-version`, `--category` |
716
+ | `licell db connect [instanceId]` | 输出数据库连接信息 | `--region` |
717
+ | `licell db info <instanceId>` | 查看数据库实例详情 | `--region` |
718
+ | `licell db list` | 查看数据库实例列表 | `--region`, `--limit` |
719
+ | `licell db public-access [instanceId]` | 开通数据库公网访问并添加当前 IP 到白名单 | `--region`, `--ip` |
720
+ | `licell db rm <instanceId>` | 删除数据库实例 | `--region`, `--yes` |
721
+ | `licell cache add` | 分配 Redis 缓存 | `--region`, `--type`, `--mode` |
722
+ | `licell cache class [mode]` | 查询缓存可用规格(给 Agent/开发者在 cache add 前对照) | `--region`, `--zone`, `--limit` |
723
+ | `licell cache connect [instanceId]` | 输出缓存连接信息 | `--region` |
724
+ | `licell cache info <instanceId>` | 查看缓存实例详情 | `--region` |
725
+ | `licell cache list` | 查看缓存实例列表 | `--region`, `--limit` |
726
+ | `licell cache public-access [instanceId]` | 开通 Redis 公网访问并添加当前 IP 到白名单 | `--region`, `--ip` |
727
+ | `licell cache rm <instanceId>` | 删除缓存实例 | `--region`, `--yes` |
728
+ | `licell cache rotate-password` | 轮换 Redis 密码 | `--region`, `--instance` |
729
+ | `licell supa add` | 创建 RDS Supabase 实例 | `--region`, `--name`, `--vsw` |
730
+ | `licell supa config <instanceName>` | 查看 Supabase 实例配置(auth/storage/rag) | `--region`, `--set-auth`, `--set-storage` |
731
+ | `licell supa connect <instanceName>` | 查看 Supabase 连接信息和 API Keys | `--region` |
732
+ | `licell supa info <instanceName>` | 查看 Supabase 实例详情 | `--region` |
733
+ | `licell supa list` | 查看 Supabase 实例列表 | `--region`, `--limit` |
734
+ | `licell supa reset-password <instanceName>` | 重置 Supabase Dashboard 或数据库密码 | `--region`, `--dashboard-password`, `--db-password` |
735
+ | `licell supa restart <instanceName>` | 重启 Supabase 实例 | `--region` |
736
+ | `licell supa rm <instanceName>` | 删除 Supabase 实例 | `--region`, `--yes` |
737
+ | `licell supa start <instanceName>` | 启动 Supabase 实例 | `--region` |
738
+ | `licell supa stop <instanceName>` | 暂停 Supabase 实例 | `--region` |
739
+ | `licell supa whitelist <instanceName>` | 查看/修改 Supabase IP 白名单 | `--region`, `--set`, `--add` |
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` |
739
754
 
740
755
  #### Automation & Tooling
741
756
 
@@ -748,7 +763,7 @@ licell e2e cleanup <runId>
748
763
 
749
764
  | 命令 | 说明 | 关键选项 |
750
765
  |------|------|----------|
751
- | `licell doctor` | 诊断本机 licell 登录态、云端权限/目标资源/域名入口、项目配置与部署前置条件 | `--component`, `--all-components`, `--runtime` |
766
+ | `licell doctor` | 诊断本机 licell 登录态、云端权限/目标资源/域名入口、项目配置与部署前置条件 | `--region`, `--component`, `--all-components` |
752
767
  | `licell catalog` | 输出共享 CLI 命令目录,供 Agent / 自动化发现命令、选项和结构化契约 | `--root-command`, `--command-key` |
753
768
  | `licell ci init github` | 生成 GitHub Actions 的 deploy-only workflow(只调用 licell,不负责编译) | `--apply`, `--force`, `--workflow` |
754
769
  | `licell ci init gitlab` | 生成 GitLab CI 的 deploy-only pipeline(只调用 licell,不负责编译) | `--apply`, `--force`, `--pipeline` |
@@ -758,9 +773,9 @@ licell e2e cleanup <runId>
758
773
  | `licell state show` | 查看当前 repo 的 `.licell/state.json` | `--component` |
759
774
  | `licell completion [shell]` | 输出 shell 补全脚本(bash/zsh) | `--engine` |
760
775
  | `licell upgrade` | 按当前安装来源升级 licell | `--channel`, `--target-version`, `--repo` |
761
- | `licell e2e cleanup [runId]` | 清理指定 E2E run 产生的资源 | `--manifest`, `--keep-workspace`, `--yes` |
776
+ | `licell e2e cleanup [runId]` | 清理指定 E2E run 产生的资源 | `--region`, `--manifest`, `--keep-workspace` |
762
777
  | `licell e2e list` | 查看本项目 e2e 运行记录 | — |
763
- | `licell e2e run` | 执行固定 E2E 套件(默认 smoke) | `--suite`, `--run-id`, `--runtime` |
778
+ | `licell e2e run` | 执行固定 E2E 套件(默认 smoke) | `--region`, `--suite`, `--run-id` |
764
779
 
765
780
  ### 常用工作流片段
766
781