#!/bin/bash cat prepopulate.json | python -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' > prepopulate.yaml