Skip to content

Instantly share code, notes, and snippets.

@lichti
Created September 11, 2015 19:04
Show Gist options
  • Save lichti/7aaed57ef945ccaca8e8 to your computer and use it in GitHub Desktop.
Save lichti/7aaed57ef945ccaca8e8 to your computer and use it in GitHub Desktop.
Convert yaml to json
ruby -r json -r yaml -e "yaml = YAML.load(File.read('./cloud-formation.yml')); print yaml.to_json" > cloud-formation_yml.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment