/yaml-2-json

Utility container to convert yaml to json

Primary LanguageShell

yaml-2-json

Simple utility container to covert yaml to json

Usage:

docker run -v "$PWD":/bar/ -e INPUT_FILE=/bar/api-spec.yaml -e OUTPUT_FILE=/bar/api-spec.json yaml-2-json