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

## What/Why/How? Fixes https://github.com/Redocly/redocly-cli/issues/1196. ## Reference ## Testing Tested locally in `/bin/sh` env and works where it was previously failing. ## Screenshots (optional) ## Check yourself - [x] Code changed?...

## What/Why/How? What: This sets the location on the reported problem & makes the message one line instead of multiple lines. Why: The `component-name-unique` didn't report any location. That location...

**Describe the bug** There are two broken links on the push command page including a link to Organization slug and one to Project slug. **To Reproduce** Steps to reproduce the...

Type: Bug
Type: Docs

**Describe the bug** Release 1.23.0 introduced #1715. Fix #1717 resolved the issue when API names are provided as arguments but did not correct the problem when no API names are...

Type: Bug

related #1246 ## What/Why/How? Provides typings and interfaces for a structured Overlay description per the https://github.com/OAI/Overlay-Specification Hopefully this is the first step to providing support for this new specification! Can't...

**Describe the bug** redocly lint does not consider allOf **Expected behavior** redocly lint should be able to merge stuff before linting **Minimal reproducible OpenAPI snippet(if possible)** I'd this openapi yaml...

Type: Bug

**Describe the bug** A clear and concise description of what the bug is. I have defined two paths which gets differed by HTTP Method and path parameter. `/xyz/{id}/features` - _POST_...

Type: Bug

**Describe the bug** Hi! I have multiple OpenAPI specs with same `info` section. I want to bundle them in one file using `redocly join`. For it I am using script:...

Type: Bug

## What/Why/How? In order to eliminate `punycode` deprecated warning we need to switch from `node-fetch` package that has it as a transitive dependency. ``` $ NODE_OPTIONS='--trace-deprecation' redocly lint (node:48436) [DEP0040]...

## What/Why/How? Checking another approach to get rid off `punycode` message. ## Reference ## Testing ## Screenshots (optional) ## Check yourself - [ ] Code changed? - Tested with redoc/reference-docs/workflows...