Wraps the multi-file-swagger NPM package in a Docker container.
docker run \
-v "`pwd`:/swagger" \
vidsyhq/multi-file-swagger-docker:latest \
root.yml > output.json
Where:
root.yml
is the root Swagger YAML file.output.json
is the name of the output JSON file.
Image uses:
- Node v7.
- multi-file-swagger v2.0.0.