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** Rule `path-excludes-patterns` reports on `PathItem` value instead of a key when referencing the `PathItem` value. **To Reproduce** Steps to reproduce the behavior: 1. Given this `.redocly.yaml` file:...

Type: Bug
p3
governance

**Describe the bug** References to schemas defined in external files do not get embedded in `components` if present in a `patternProperties` definition of an object. Instead, the `$ref` still points...

p3
Type: Enhancement

**Describe the bug** Show error on valid jsonschema with vocabularies. https://json-schema.org/understanding-json-schema/reference/schema.html#vocabularies **To Reproduce** Steps to reproduce the behavior: ``` openapi: 3.1.0 info: title: example version: 1.0.0 description: example contact: email:...

p3
Type: Enhancement

**Describe the bug** If a path has a named placeholder but doesn't have a path parameter, then we should show the problem. > Each template expression in the path MUST...

Type: Bug
Priority: Medium

## What/Why/How? Add a user-agent field for Redocly requests. ## Testing ## Screenshots (optional) ## Check yourself - [x] Code is linted - [x] Tested with redoc/reference-docs/workflows - [ ]...

**Describe the bug** No validation rule applies on the "Examples" field name defined in https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#exampleObject --> All the fixed fields declared above are objects that MUST use keys that match...

good first issue
Priority: Low
Type: Enhancement

## What/Why/How? Currently `summary`, `description`, `servers`, `parameters` fields are ignored/incorrectly handled by `join` command. This PR is rework for `join` command based on [this one](https://github.com/Redocly/redocly-cli/pull/536). The reason is that changes...

## What/Why/How? A new guide specifically for non-developers, such as tech writers, who wish to use Redocly CLI. ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [...

documentation

**Is your feature request related to a problem? Please describe.** Using assertions context and subject syntax seems to be convenient. We need a simple way to add custom assertions as...

Priority: Medium
Type: Enhancement

**Is your feature request related to a problem? Please describe.** The context object allows for targeting exact keys. However, sometimes you need more flexibility and want to target based on...

p1
Type: Enhancement