feat: add platform-infra kafka event bus poc
This commit is contained in:
@@ -60,6 +60,10 @@ export async function runPlatformInfraCommand(config: UniDeskConfig, args: strin
|
||||
const { runSecretPlaneCommand } = await import("../platform-infra-secret-plane");
|
||||
return await runSecretPlaneCommand(config, args.slice(1));
|
||||
}
|
||||
if (target === "kafka") {
|
||||
const { runPlatformInfraKafkaCommand } = await import("../platform-infra-kafka");
|
||||
return await runPlatformInfraKafkaCommand(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