openapi-merge icon indicating copy to clipboard operation
openapi-merge copied to clipboard

[CLI] Allow config to be passed as a JSON o YAML string argument - not only as a file

Open giorgioma opened this issue 3 years ago • 1 comments

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

giorgioma avatar Jan 15 '22 16:01 giorgioma

Missed the notifications? (ping)

giorgioma avatar Jul 11 '22 14:07 giorgioma