redocly-cli
redocly-cli copied to clipboard
⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.
**Describe the bug** New rules for `AsyncAPI` and `Arazzo` are not described in config sections like https://redocly.com/docs/cli/rules/recommended. We need to update it for all config pages: all, recommended, minimal, strict-recommended....
## What/Why/How? Warn user about planned endpoint sunset. Currently there is no way to let user know about breaking changes in the endpoints or endpoint deprecation used for specific command....
**Describe the bug** Right now if an x-internal path has a path-level parameter, the path does not get fully removed. If the path is defined on the operation level (under...
**Is your feature request related to a problem? Please describe.** We would like to further improve our CLI toolkit. In order to prioritise better, we have to know how popular...
## What/Why/How? Fixes #1634 ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [ ] Code changed? - Tested with redoc/reference-docs/workflows (internal) - [x] All new/updated code is...
## What/Why/How? Testing switch from CommonJS -> ESM. Issues: - [ ] build-docs doesn't work because redoc imports openapi-core - [ ] jest is not configured - [ ] no...
The upcoming products support different per-API configuration than Workflows did, so we need to update this page: https://redocly.com/docs/cli/configuration/apis
**Describe the bug** The linter is returning the error `Example validation errored: exclusiveMinimum value must be ["number"]`, however in openapi 3.0.x exclusiveMinimum must be of type boolean, not number. **To...
**Is your feature request related to a problem? Please describe.** Hi, thank you for this amazing project! I'm using the `join` command to merge together the OpenAPI schemas of several...
Redocly CLI does not seem to recognise when a fields default value does not conform to the type specified for that field. This also applies to the vscode extension. Apologies...