redocly-cli icon indicating copy to clipboard operation
redocly-cli copied to clipboard

Add `join` command to redocly/openapi-core to allow joining from JS scripts

Open richiksc opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Hello - I have some pipelines in JS where I need to merge OpenAPI specs and then bundle with decorators, and right now this involves calling openapi join through child_process.exec.

Describe the solution you'd like It would be good if the join feature was added to openapi-core so this could be handled directly in JS.

Describe alternatives you've considered https://www.npmjs.com/package/openapi-merge

richiksc avatar Jul 19 '22 17:07 richiksc