fix: move secret plane target to JD01

This commit is contained in:
Codex
2026-06-30 03:06:08 +00:00
parent dbcbb60d40
commit bf0fb648b1
3 changed files with 20 additions and 13 deletions
+5 -5
View File
@@ -131,11 +131,11 @@ export async function runSecretPlaneCommand(config: UniDeskConfig, args: string[
error: "unsupported-platform-infra-secret-plane-command",
args,
usage: [
"bun scripts/cli.ts platform-infra secret-plane plan --target D518",
"bun scripts/cli.ts platform-infra secret-plane apply --target D518 --dry-run",
"bun scripts/cli.ts platform-infra secret-plane apply --target D518 --confirm",
"bun scripts/cli.ts platform-infra secret-plane status --target D518",
"bun scripts/cli.ts platform-infra secret-plane validate --target D518",
"bun scripts/cli.ts platform-infra secret-plane plan --target JD01",
"bun scripts/cli.ts platform-infra secret-plane apply --target JD01 --dry-run",
"bun scripts/cli.ts platform-infra secret-plane apply --target JD01 --confirm",
"bun scripts/cli.ts platform-infra secret-plane status --target JD01",
"bun scripts/cli.ts platform-infra secret-plane validate --target JD01",
],
};
}