refactor: split control-plane cli modules
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// SPEC: PJ2026-01060307 控制面模块化 draft-2026-06-25-p0. Domain barrel for scripts/src/deploy.ts.
|
||||
export * from "./types";
|
||||
export * from "./options";
|
||||
export * from "./manifest";
|
||||
export * from "./service-plan";
|
||||
export * from "./paths";
|
||||
export * from "./scripts";
|
||||
export * from "./health";
|
||||
export * from "./remote";
|
||||
export * from "./apply-service";
|
||||
export * from "./check-plan";
|
||||
export * from "./artifact-jobs";
|
||||
export * from "./entry";
|
||||
Reference in New Issue
Block a user