refactor(cli): share configure section runner

This commit is contained in:
Peter Steinberger
2026-02-15 14:20:06 +00:00
parent a58088383b
commit 1a758135d8
4 changed files with 31 additions and 40 deletions

View File

@@ -1,4 +1,8 @@
export { configureCommand, configureCommandWithSections } from "./configure.commands.js";
export {
configureCommand,
configureCommandFromSectionsArg,
configureCommandWithSections,
} from "./configure.commands.js";
export { buildGatewayAuthConfig } from "./configure.gateway-auth.js";
export {
CONFIGURE_WIZARD_SECTIONS,