refactor: split control-plane cli modules
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// SPEC: PJ2026-01060307 控制面模块化 draft-2026-06-25-p0. Domain barrel for scripts/src/ci.ts.
|
||||
export * from "./types";
|
||||
export * from "./options";
|
||||
export * from "./preflight";
|
||||
export * from "./runner-preflight";
|
||||
export * from "./remote";
|
||||
export * from "./cleanup";
|
||||
export * from "./install";
|
||||
export * from "./pipelinerun";
|
||||
export * from "./source-prepare";
|
||||
export * from "./pipelinerun-runtime";
|
||||
export * from "./artifact-summary";
|
||||
export * from "./direct-docker";
|
||||
export * from "./publish-preflight";
|
||||
export * from "./publish";
|
||||
export * from "./dev-e2e";
|
||||
export * from "./logs";
|
||||
export * from "./help";
|
||||
export * from "./entry";
|
||||
Reference in New Issue
Block a user