-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Work directly with or autoimport OpenAPI V3 spec files #1354
Comments
@sanjai0py @helloanoop This is pretty big, if you ask me, feature currently missing from Bruno. What is the way to go when working with OpenApi specs that change over time? |
IMO Bruno CLI should evolve to give us an option to import/update collections based on an OpenAPI spec. In Postman, you can import your OpenApi spec, which then generates your collections. Our use case is that our CI pipelines generates our OpenApi specs from our code. It would then be useful if the CLI could updates our Bruno collections automatically with the newly generated OpenApi. |
I would like to use something like this:
Where bruno update exiting collection and keeps envs, scripts, tests etc. But idk how to handle |
I'm currently developing an application based on OpenAPI specs that are still in development as well, I'm really mising the option to update the collection based on the new specs. A start could even be throwing away / regenerating the actual request files but keeping everything else e.g. environment configurations. |
I can import my openapi.yaml file as a new collection in bruno. But, that's it.
If I generate a new OpenAPI spec file using swagger I have to remove and add the collection again.
The text was updated successfully, but these errors were encountered: