You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tbk): update OpenAPI and SDK generation commands
- Replaced `pnpm openapi` and `pnpm gen-sdk` commands with `pnpm tbk docs:openapi` and `pnpm tbk docs:sdk` for better organization.
- Removed deprecated scripts for OpenAPI and seeding, consolidating functionality within the `@tbk/cli`.
- Updated documentation across multiple files to reflect the new command structure and usage.
- Added new actions for generating OpenAPI specifications and TypeScript SDKs within the CLI tool.
0 commit comments