cfn-flip

Convert AWS CloudFormation templates between JSON and YAML formats

brewmacoslinux
Try with needOr install directly
Source

About

Convert AWS CloudFormation templates between JSON and YAML formats

Commands

cfn-flip

Examples

Convert CloudFormation template from JSON to YAML$ cfn-flip template.json > template.yaml
Convert CloudFormation template from YAML to JSON$ cfn-flip template.yaml > template.json
Convert and output to stdout without redirection$ cfn-flip -o yaml template.json