Created
February 1, 2018 08:07
-
-
Save sunnyone/50e57c6e9f702ae44857bdd061795173 to your computer and use it in GitHub Desktop.
Parameters json to aws cloudformation json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jq '.Parameters | to_entries | map("\(.key)=\(.value)") | join(" ")' /tmp/test.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment