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
https://redocly.com/redocly-cli
Gives the docker command:
docker run --rm -v $PWD:/spec redocly/openapi-cli lint path-to-root-file.yaml
That docker image redocly/openapi-cli is over 2 years old. The command should be using redocly/cli instead.
redocly/openapi-cli
redocly/cli
Same with build-docs
build-docs
The text was updated successfully, but these errors were encountered:
Thanks for the report. Could you point to the exact page where you found that? I searched through our docs and couldn't find the outdated notation.
Sorry, something went wrong.
This page, for one, I believe I may have seen it elsewhere but can't recall. This one for sure: https://redocly.com/redocly-cli
No branches or pull requests
https://redocly.com/redocly-cli
Gives the docker command:
That docker image
redocly/openapi-cli
is over 2 years old. The command should be usingredocly/cli
instead.Same with
build-docs
The text was updated successfully, but these errors were encountered: