Add D601 platform-infra secret plane PoC
This commit is contained in:
@@ -56,6 +56,10 @@ export async function runPlatformInfraCommand(config: UniDeskConfig, args: strin
|
||||
const { runPlatformObservabilityCommand } = await import("../platform-infra-observability");
|
||||
return await runPlatformObservabilityCommand(config, args.slice(1));
|
||||
}
|
||||
if (target === "secret-plane") {
|
||||
const { runSecretPlaneCommand } = await import("../platform-infra-secret-plane");
|
||||
return await runSecretPlaneCommand(config, args.slice(1));
|
||||
}
|
||||
if (target !== "sub2api") return unsupported(args);
|
||||
if (action === "plan" || action === undefined) {
|
||||
const planArgs = args.slice(2);
|
||||
|
||||
Reference in New Issue
Block a user