ai-project-manage-cli 2.0.17 → 2.0.18
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.
|
@@ -20,7 +20,7 @@ function registerDeployBackendCommands(program) {
|
|
|
20
20
|
program
|
|
21
21
|
.command("deploy-backend")
|
|
22
22
|
.description("使用本地 Docker 构建后端镜像、推送到私有 Registry,并在远程 Docker 主机上拉取镜像(连接信息见 apm.config.json 的 backendDeploy)")
|
|
23
|
-
.argument("
|
|
23
|
+
.argument("[name]", "名称,英文下划线分割,作为镜像 tag", "online")
|
|
24
24
|
.option("--env <env_tag>", "环境标签", "测试环境")
|
|
25
25
|
.requiredOption("--dir <path>", "构建上下文目录(相对当前工作目录或绝对路径);约定使用此目录下的 Dockerfile")
|
|
26
26
|
.option("--config <path>", "apm.config.json 路径(默认 .apm/apm.config.json,相对当前工作目录或绝对路径)")
|