redocly-cli

All-in-one OpenAPI utility for linting, bundling, and API docs

brewmacoslinux
Try with needOr install directly
Source

About

Your all-in-one OpenAPI utility

Commands

redocly

Examples

Lint an OpenAPI specification file for errors and best practices$ redocly lint openapi.yaml
Bundle multiple OpenAPI files into a single specification$ redocly bundle openapi.yaml -o bundled.yaml
Generate HTML documentation from an OpenAPI specification$ redocly build-docs openapi.yaml -o docs.html