refactor: split cli backend live helpers

This commit is contained in:
Peter Steinberger
2026-04-07 03:46:18 +01:00
parent 1092691d14
commit 416a3148e9
10 changed files with 630 additions and 516 deletions

View File

@@ -56,10 +56,6 @@ export const cliCommandCatalog: readonly CliCommandCatalogEntry[] = [
policy: { routeConfigGuard: "always" },
route: { id: "gateway-status" },
},
{
commandPath: ["cron"],
policy: { bypassConfigGuard: true },
},
{
commandPath: ["sessions"],
exact: true,