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** Two issues here: 1. `unevaluatedItems` is reporting an error `Expected type 'Schema' but got 'Boolean'` related to #457 and #532, I don't see `unevaluatedItems` updated similar to...

Type: Bug
p2

**Is your feature request related to a problem? Please describe.** We support linting of a few different structures now, and especially since introducing AsyncAPI support in #1127, we should take...

good first issue
Type: Docs
Type: Enhancement

Hello, We have a Github Action that controls our api documentation via `redocly lint` command. I'd like to put warnings and errors in the annotations of the Github Action, so...

p3
Type: Enhancement

**Is your feature request related to a problem? Please describe.** We would like to further improve our CLI toolkit. In order to prioritise better, we have to know how popular...

p3
Type: Enhancement

**Is your feature request related to a problem? Please describe.** Last year, GitHub introduced [job summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) to output custom Markdown content related to the job run. We're trying to make...

p2
Type: Enhancement

## What/Why/How? Potential fix for https://github.com/Redocly/redocly-cli/issues/1233 I'll fill in more details later. ## Reference https://github.com/Redocly/redocly-cli/issues/1233 ## Testing ## Screenshots (optional) ## Check yourself - [x] Code is linted - [...

**Describe the bug** When linting a named file, rules from an alias are applied, which I didn't expect. **To Reproduce** Steps to reproduce the behavior: 1. Given this `redocly.yaml` file...

Type: Bug
p3

**Describe the bug** Given an OpenAPI document that contains something along these lines: ``` openapi: "3.0.0" paths: /pets: get: summary: List all pets operationId: listPets responses: '200': content: application/json: schema:...

p3
Type: Enhancement

**Is your feature request related to a problem? Please describe.** When using the split command, the output directory `--outDir` should be specified and that isn't always very clear. **Describe the...

p3
Type: Enhancement
split

`ajv` has long been the "go-to" json schema validation implementation but more recently it seems the maintainer has focused his efforts more so on his own variation of JSON validation,...

Type: Idea