redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.

Results 247 redocly-cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** It is not possible to skip an assertion, since `--skip-rule` option doesn't work for assertions. **Describe the solution you'd like**...

p3
Type: Enhancement

**Describe the bug** Sometimes we get the following error: ``` - Cannot read properties of null (reading 'allOf'). ``` However, it isn't clear where exactly to look. Moreover, there may...

Type: Bug
p2

**Is your feature request related to a problem? Please describe.** Certain node types aren't available as assertion subjects (e. g. `ExampleMap`). **Describe the solution you'd like** Users should be able...

Priority: Medium
Type: Enhancement

**Describe the bug** The linter incorrectly flags a problem with a multipleOf that is valid in the rule no-invalid-schema-examples **To Reproduce** Create an openapi definition and create a property like...

Type: Bug
p3
governance

As specified in [OpenAPI Specification / Components Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#components-object) - This object MAY be extended with [Specification Extensions](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#specificationExtensions) I'm having issues with those Specification Extensions, it's always best to use an...

good first issue
p3

## What/Why/How? The `join` command assumes all paths have _only_ operations that are expected to be objects, but paths can also have `string` fields like `summary` and `description`. This PR...

Type: Bug

**Describe the bug** The core package depends on `colorette` to be able to color error messages using ANSI codes. That package attempts to read `process.env` during import time, which isn't...

refactor
p2
Type: Maintenance

**Describe the bug** The lint rule `no-invalid-media-type-examples` is inaccurately reported as being violated when using a combination of schema inheritance and extension. **To Reproduce** Steps to reproduce the behavior: 1....

Type: Bug
Dog
Cat
Priority: Medium

**Describe the bug** The bundle command does not bundle schemas and parameters properly **To Reproduce** 1. Extract attached zip [openapi.zip](https://github.com/Redocly/openapi-cli/files/8554902/openapi.zip) 3. Run: ``` docker run --rm -v $PWD:/spec redocly/openapi-cli bundle...

Type: Bug
p3

If using subdirectories to organize a large number of components and some of these components share the same file basename (but exist in different subdirectories) you get warnings like this:...

p3
Type: Enhancement