redocly-cli
redocly-cli copied to clipboard
⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.
**Is your feature request related to a problem? Please describe.** I want to be able to hide this update now message on every run: ``` ╔═══════════════════════════════════════════════════════╗ ║ ║ ║ A...
**Describe the bug** When running the `redocly split` command the openapi path at the API root: `/` is not properly moved to the paths folder, and the references in the...
**Describe the bug** Let's consider you have an OpenAPI that contains a `Self-referencing circular pointer`. As of today, there is no way to "clean/preprocess" it before it is being resolved...
**Describe the bug** From 3.0 about `nullable`: > A true value adds "null" to the allowed type specified by the type keyword, only if type is explicitly defined within the...
**Describe the solution you'd like** given a specification , it would like to ensure that all properties has a given type assidned (after resolution of $ref , and may be...
**Describe the solution you'd like** The Static Analysis Results Interchange Format (SARIF) aims to be an industry standard for the output of static code analysis tools. Therefore it would be...
## What/Why/How? Updated benchmarks with the recent CLI versions. Adjusted the benchmark command. Bumped code coverage threshold. Improved types and naming. ## Reference ## Testing ## Screenshots (optional) ## Check...
**Is your feature request related to a problem? Please describe.** Most users of Redocly CLI list rules under `rules` but as we see more customers using multiple API formats in...
## What/Why/How? - Removed the `type:none` sourceDescriptions Arazzo extension. - Add additional lint rule for sourceDescriptions: sourceDescriptions | [Source Description Object] | REQUIRED. A list of source descriptions (such as...
**Describe the bug** given a sample with anyOf and required statement example validation fails whereas it is valid **To Reproduce** validate the below OAS Spec (in the Additional context section)...