We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Building docs using the Docker image for redocly/cli produces more than a screenful of warning messages.
To Reproduce Steps to reproduce the behaviour:
doc/
docker run --rm -v $PWD/doc:/spec redocly/cli build-docs openapi.yaml
Full output at https://gist.github.com/akrabat/5a75b89104a884c1128d4f251078628b
Expected behavior
Successfully building the docs should show no warnings related to the build environment and only warnings related to my OpenAPI spec (if any).
Redocly Version(s)
$ docker run --rm -v $PWD/doc:/spec redocly/cli --version 1.14.0
Node.js Version(s)
Node.js
Whatever is in the Docker container
The text was updated successfully, but these errors were encountered:
I've just tested with a local installation using npm i -g @redocly/cli@latest and I get the same thing.
npm i -g @redocly/cli@latest
redocly version: 1.14.0 node version: v18.19.1
Sorry, something went wrong.
Hi @akrabat! The warnings come from Redoc rather than from the CLI itself. Transferring the issue.
fixed via #2547
@tatomyr please upgrade redoc to v2.1.5 in @redocly/cli
v2.1.5
@redocly/cli
Thanks @AlexVarchuk!
No branches or pull requests
Describe the bug
Building docs using the Docker image for redocly/cli produces more than a screenful of warning messages.
To Reproduce
Steps to reproduce the behaviour:
doc/
docker run --rm -v $PWD/doc:/spec redocly/cli build-docs openapi.yaml
Full output at https://gist.github.com/akrabat/5a75b89104a884c1128d4f251078628b
Expected behavior
Successfully building the docs should show no warnings related to the build environment and only warnings related to my OpenAPI spec (if any).
Redocly Version(s)
Node.js
Version(s)Whatever is in the Docker container
The text was updated successfully, but these errors were encountered: