Files
pikasTech-HWLAB/scripts/deploy-contract-plan.mjs
T
Lyon a1c3cb58da feat: add deploy contract dry-run plan
Refs #67

Merged by commander after reviewing Code Queue task codex_1779422774244_1. Adds deploy.json public endpoint/frp/k3s/health source fields and dry-run validation. Follow-up: align deploy.json commit/image desired state with the current DEV runtime before using it as apply truth.
2026-05-22 12:28:34 +08:00

8 lines
194 B
JavaScript

#!/usr/bin/env node
import {
runDeployContractPlanCli,
writeDeployContractPlanError
} from "./src/deploy-contract-plan.mjs";
runDeployContractPlanCli().catch(writeDeployContractPlanError);