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

**Describe the bug** i've looked at the OAS schema and it uses either a ref or example object. We are using an example schema in our definition but the external...

p3
Type: Enhancement
governance

**Describe the bug** no-invalid-media-type-example is behaving incorrectly and raising a false positive error when using XML OAS specify dedicated tag to handle XML around tag names rewrite , name space,...

p3
Type: Enhancement
governance

**Is your feature request related to a problem? Please describe.** We need a built-in rule similar to `response-contains-header` but for checking request parameters: `request-contains-parameter` It can't be done with configurable...

p3
Type: Enhancement
governance

## Is your feature request related to a problem? Please describe. There is no way to enforce existence of some node (not a property) with configurable rules. For example, if...

p2
Type: Enhancement
governance
configurable rules

**Describe the bug** I used a custom plugin and added a new type to my type tree. I expected to be able to use the type as a subject in...

Type: Bug
p2
governance
configurable rules

**Is your feature request related to a problem? Please describe.** Users with existing Spectral rulesets want to migrate to Redocly, not all rules have a built-in equivalent **Describe the solution...

Type: Enhancement
governance
configurable rules

Currently, the OpenAPI spec has this to say about nullable enums: ![image](https://user-images.githubusercontent.com/3135491/233489433-6cd1a0bc-e1ce-4dfd-9830-915a0320ad48.png) Despite running our API spec through the linter with a non-conforming nullable enum, it passed! The end result...

p3
Type: Enhancement
governance

**Is your feature request related to a problem? Please describe.** From the discussion in #1277 it seems that in some settings, such as in CI where the output won't be...

Type: Enhancement

When bundling spec file and there are paths imported ``` paths: /entities: $ref: 'entities.yaml#/paths/~1entities' ``` Then tags section is not updated with tags data used in imported path scheme, but...

question
Type: Idea

**Describe the problem to be solved** Based on the configuration you can specify multiple open api specs and run linter on all of them by default. https://redocly.com/docs/cli/configuration/#example-redocly-configuration-file However when I...

p2
Type: Enhancement