openapi-merge
openapi-merge copied to clipboard
[CLI] Allow config to be passed as a JSON o YAML string argument - not only as a file
I hope the title is self explanatory
Added the possibility to use
npx openapi-merge-cli --json-config '{
"inputs": [
...
],
"output": ...
}
'
or
npx openapi-merge-cli --yaml-config '---
inputs:
...
output: ...
'
as added to docs
Missed the notifications? (ping)