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
To Reproduce Steps to reproduce the behavior:
Given this redocly.yaml file
redocly.yaml
extends: - recommended apis: admin: root: http://api:5000/admin/api/openapi.json
And this OpenAPI file(s)
Run this command with these arguments...
npx --yes @redocly/[email protected] bundle --config redocly-cli.yaml --remove-unused-components admin -o src/schemas/admin-api.yaml`
See error
http:/api:5000/admin/api/openapi.json does not exist or is invalid. Please provide a valid path.
Expected behavior
redocly cli should be able to fetch the openapi definition from provided URL
Logs
OpenAPI description
Redocly Version(s)
1.26.1
Node.js Version(s)
Node.js
20
OS, environment
linux
Additional context
The text was updated successfully, but these errors were encountered:
This is a bug indeed. Thank you for rising the issue!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Given this
redocly.yaml
fileAnd this OpenAPI file(s)
Run this command with these arguments...
See error
Expected behavior
redocly cli should be able to fetch the openapi definition from provided URL
Logs
OpenAPI description
Redocly Version(s)
1.26.1
Node.js
Version(s)20
OS, environment
linux
Additional context
The text was updated successfully, but these errors were encountered: