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 384 redocly-cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** `respect-code` exports should be reviewed and improved. **Describe the solution you'd like** - [x] - `handleGenerate, handleRun` export function should...

p3
Type: Enhancement
Type: Maintenance
v2
Respect

**Is your feature request related to a problem? Please describe.** In OpenAPI descriptions it is possible to describe [response headers](https://spec.openapis.org/oas/latest.html#response-object), like in this example: ```yaml responses: '200': description: successful operation...

p3
Type: Enhancement

As your [docs](https://redocly.com/docs/cli/rules/oas/no-unused-components#api-design-principles) suggest: > However, your API document may contain common components used in other APIs. If that describes your use-case, turn this rule off. ...there may be components...

Type: Enhancement

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Given this `redocly.yaml` file ```yaml rules: rule/test: subject: type: Operation property: summary ``` 3. And any OpenAPI file( 4....

Type: Bug