You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ./repro.sh
openapi-ts:redoc 0ms Loaded Redoc config
/Users/elliot/repos/core/api/node_modules/@redocly/openapi-core/lib/resolve.js:113
throw new ResolveError(error);
^
ResolveError: ENOENT: no such file or directory '/Users/elliot/repos/core/api/test/bad.yml'
openapi-typescript version
7.6.1
Node.js version
22.13.1
OS + version
macOS 15.3
Description
Two, possibly related issues.
First, if there is a redocly.yaml file, the --redocly/-c option is ignored and the redocly.yaml is used regardless
Second, if there is no redocly.yaml file, the --redocly/-c option causes openapi-typescript to hang
Reproduction
Repro for ignoring if redocly.yaml exists...
results in:
Repro for hanging with custom redocly file
results in:
(process does not exit)
Expected result
Should use the configured file
Required
npx @redocly/cli@latest lint
)Extra
The text was updated successfully, but these errors were encountered: