Open odupuy opened 6 years ago
Hey @odupuy, as you might have noticed SwaggerMerge does not have a CLI client, the reason is to keep it as simple as possible but there is a package called swagger-merge-cli that is providing CLI client using SwaggerMerge. I would recommend to post an issue there to support Yaml files, I think it is quite a simple chenge. You can also use any yaml parser package to parse your files to json before passing to SwaggerMerge.
My original files are Yaml, I need somehow to Jsonize them. Direct Json support in/out would be handy especially with support in the CLI. Thanks for your work