Overview of Redocly CLI capabilities
mainRedocly CLI is an open source command-line tool designed for managing the API lifecycle. It provides capabilities for:
- API Documentation: Create clear documentation using Redoc (open source) or hosted tools, including local previews and static builds.
- File Management: Split OpenAPI descriptions into logical chunks, bundle chunks into a single file, or join existing definitions.
- OpenAPI Transformation: Use decorators to enhance OpenAPI files by adding, changing, or removing content, or to publish specific subsets of endpoints.
- API Governance: Perform API linting using built-in or configurable rulesets to ensure APIs meet specific standards.
- SDK Generation: Generate typed, zero-dependency TypeScript clients from OpenAPI descriptions, including support for auth, retries, pagination, Zod schemas, TanStack Query hooks, and mocks.