Function: operationIdToKebabCommand()
operationIdToKebabCommand(
operationId):string
Defined in: generateCliRoutes.ts:16
Converts a camelCase operationId to a kebab-case CLI command name.
Parameters
| Parameter | Type |
|---|---|
operationId | string |
Returns
string