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

When merging references, `redocly-cli bundle` will ignore existing properties. For example with 2 files: `id.yaml`: ```yaml type: integer format: int32 description: A generic ID used everywhere example: 42 ``` `id_ro.yaml`:...

Type: Bug
question

**Is your feature request related to a problem? Please describe.** It's good to keep the docs together with the code. However, currently, built-in rules are authored separately from the corresponding...

p2
Type: Enhancement

**Describe the bug** If using the `--config` option to specify the path to a configuration file, an issue occurs when the specified config file is located at a different directory...

Type: Bug
good first issue
p3

**Is your feature request related to a problem? Please describe.** Currently Redocly config supports a bunch of fields that have been deprecated for a while. This results in config being...

p2
Type: Maintenance

**How it is works now** if you want a sort property that contains an array of primitives, the config would look like this: ```yaml assert/sort-something: subject: type: Schema property: enum...

p3
Type: Enhancement
configurable rules

Hello, We use the [multi-file](https://redocly.com/docs/resources/multi-file-definitions/) approach to manage our public and internal Api, which are very large. On the other hand, we're starting to have a lot of files, and...

Type: Idea

Is there a way to return the `key()` where an error occurs with the configurable rules syntax in the `message` property? this is an example of what I'm looking for....

Type: Bug
good first issue
p3
Type: Enhancement
governance
configurable rules

`$ref` values are URI and URI are case-sensitive, therefore, `no-unresolved-refs` should be case-sensitive. It seems to vary with the OS at the moment (case-insensitive on Windows).

Type: Bug
good first issue
p3

We received some feedback about the swagger cli migration guide https://redocly.com/docs/cli/guides/migrate-from-swagger-cli/ * The -r must be replaced by -d * Its "rules" and not "rule"

good first issue
Type: Docs

**Is your feature request related to a problem? Please describe.** It appears to me that linting output goes to standard error instead of standard out. `redocly lint api.yaml --format stylish...

p2
Type: Enhancement