Skip to content
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

Feature Request : Capacity to bundle spec into a single one #368

Closed
LasneF opened this issue Nov 15, 2023 · 1 comment
Closed

Feature Request : Capacity to bundle spec into a single one #368

LasneF opened this issue Nov 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@LasneF
Copy link

LasneF commented Nov 15, 2023

given an OAS spec spread in multiple files (leveraging $ref: ./paths/xxx.yml for instance

capacity to bundle all those file into a standalone, self sufficent file

proposed syntax : vacuum bundle split.yml -o target.yml

may be not sure usefull could be otherwise an option like
vacuum lint split.yml -bundle target.yml

similar functionnality exists in redocly-cli (https://redocly.com/docs/cli/commands/bundle/ )

NB :
as a classical pb , in some circunstances you might need to generate adhoc naming as sometime it conflics

also an option like merging 2 existing apispec could be usefull as well
use case beeing to have a 360 view of several api spec in a unified one

@LasneF LasneF changed the title Feature Request : Capacity to bundle all spec into a single one Feature Request : Capacity to bundle spec into a single one Nov 15, 2023
@daveshanley daveshanley added the enhancement New feature or request label Nov 15, 2023
@daveshanley daveshanley mentioned this issue Jan 18, 2024
@daveshanley
Copy link
Owner

This has been added in v0.8.0 via the new bundle command

Docs: https://quobix.com/vacuum/commands/bundle/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants