docs: standardize gitea pac cicd architecture
This commit is contained in:
@@ -572,9 +572,11 @@ function buildPlan(registry: BranchFollowerRegistry, options: ParsedOptions): Re
|
||||
},
|
||||
followers,
|
||||
next: {
|
||||
apply: "bun scripts/cli.ts cicd branch-follower apply --confirm --wait",
|
||||
status: "bun scripts/cli.ts cicd branch-follower status",
|
||||
dryRun: "bun scripts/cli.ts cicd branch-follower run-once --all --dry-run",
|
||||
pacStatus: "bun scripts/cli.ts platform-infra pipelines-as-code status --target JD01",
|
||||
pacHistory: "bun scripts/cli.ts platform-infra pipelines-as-code history --target JD01 --limit 10",
|
||||
legacyApply: "bun scripts/cli.ts cicd branch-follower apply --confirm --wait",
|
||||
legacyStatus: "bun scripts/cli.ts cicd branch-follower status",
|
||||
legacyDryRun: "bun scripts/cli.ts cicd branch-follower run-once --all --dry-run",
|
||||
},
|
||||
};
|
||||
}
|
||||
@@ -654,9 +656,11 @@ async function buildStatus(registry: BranchFollowerRegistry, options: ParsedOpti
|
||||
errors: k8s.errors,
|
||||
warnings: k8s.warnings,
|
||||
next: {
|
||||
apply: "bun scripts/cli.ts cicd branch-follower apply --confirm --wait",
|
||||
pacStatus: "bun scripts/cli.ts platform-infra pipelines-as-code status --target JD01",
|
||||
pacHistory: "bun scripts/cli.ts platform-infra pipelines-as-code history --target JD01 --limit 10",
|
||||
legacyApply: "bun scripts/cli.ts cicd branch-follower apply --confirm --wait",
|
||||
liveStatus: "bun scripts/cli.ts cicd branch-follower status --live",
|
||||
dryRun: "bun scripts/cli.ts cicd branch-follower run-once --all --dry-run",
|
||||
legacyDryRun: "bun scripts/cli.ts cicd branch-follower run-once --all --dry-run",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user