redocly-cli
redocly-cli copied to clipboard
⚒️ Redocly CLI makes OpenAPI easy. Lint/validate to any standard, generate beautiful docs, and more.
The `simple-websocket` package does not seem to be actively maintained as the last commit is from [5 years ago ](https://github.com/feross/simple-websocket/commit/f7a15f4e050863a88761b5bfaea2c9739f0f5507) This is a challenge because it impacts redocly-cli indirectly via...
The project currently relies on an unsupported version of `chokidar`: https://github.com/Redocly/redocly-cli/blob/85f12d6dd9198801634ac10e4b23d60c5238ca46/packages/cli/package.json#L50 This introduces transitive insecure dependencies, including CVE-2024-4068. Upgrading to `chokidar` v4 should be considered to address these issues ```shell...
**Is your feature request related to a problem? Please describe.** Currently, the config from the folder where the Redocly CLI is executed is used. This makes configuration more difficult, as...
**Is your feature request related to a problem? Please describe.** Currently, the network error in Respect doesn't contain info about the error code. **Describe the solution you'd like** The output...
### **Describe the bug** Digest Authorization header has higher priority despite being described before another authorization type. So if this type of Authorization is used, it always overrides the last...
**Is your feature request related to a problem? Please describe.** Respect support making API calls with `Digest` security scheme by using `x-security` extension. This type of authorization making similar double...
**Is your feature request related to a problem? Please describe.** Review the usage of `packages/respect-core/src/arazzo-schema.ts`. Consider whether the types defined there can be moved to or replaced with types from...
**Is your feature request related to a problem? Please describe.** Improve Respect rules validation by having `sourceDescription` bundled context. If all content from description is bundled and resolved there is...
**Describe the bug** I tried to upgrade from "@redocly/cli": "1.27.0" to "@redocly/cli": "1.34.3", but hydration errors appear on Browser's Console with messages: > Uncaught Error: Minified React error #418; visit...
**Is your feature request related to a problem? Please describe.** Respect has two configurable execution limitation variables, that can't be changed with the `respect` command options: ``` export const DEFAULT_RESPECT_TIMEOUT...