Skip to content

Instantly share code, notes, and snippets.

@sunnyone
Created February 1, 2018 08:07
Show Gist options
  • Save sunnyone/50e57c6e9f702ae44857bdd061795173 to your computer and use it in GitHub Desktop.
Save sunnyone/50e57c6e9f702ae44857bdd061795173 to your computer and use it in GitHub Desktop.
Parameters json to aws cloudformation json
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