Skip to main content

Function: generateCliRouteManifest()

generateCliRouteManifest(args): Record<string, Route>

Defined in: generateCliRoutes.ts:350

Reads every .yaml/.yml OpenAPI spec file in specsDir and builds a route manifest — a map from CLI command name to the SDK service class, operation, and flag metadata needed to dispatch and document that command.

Parameters

ParameterType
argsGenerateCliRouteManifestArgs

Returns

Record<string, Route>