a1c3cb58da
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.
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
#!/usr/bin/env node
|
|
import {
|
|
runDeployContractPlanCli,
|
|
writeDeployContractPlanError
|
|
} from "./src/deploy-contract-plan.mjs";
|
|
|
|
runDeployContractPlanCli().catch(writeDeployContractPlanError);
|