licell 0.14.3 → 0.14.10

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 +1 -1
  2. package/dist/licell.js +216 -212
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -650,7 +650,7 @@ licell e2e cleanup <runId>
650
650
  | 命令 | 说明 | 关键选项 |
651
651
  |------|------|----------|
652
652
  | `licell deploy` | 一键极速打包部署 | `--component`, `--type`, `--entry` |
653
- | `licell deploy check` | 本地预检 FC API 入口与 runtime 约束(建议 deploy 前执行) | `--runtime`, `--entry`, `--docker-daemon` |
653
+ | `licell deploy check` | 本地预检 FC API 入口与 runtime 约束(建议 deploy 前执行) | `--component`, `--runtime`, `--entry` |
654
654
  | `licell deploy plan` | 基于 `.licell/project.json` 生成部署计划(不执行云端变更) | `--component`, `--include`, `--exclude` |
655
655
  | `licell deploy spec [runtime]` | 查看 FC API 部署规格(给 Agent/开发者在 deploy 前对照) | `--all` |
656
656
  | `licell task config [name]` | 查看任务函数的异步调用配置 | `--component`, `--target` |