Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@deybhayden
Created May 27, 2016 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deybhayden/b17edf2493af4b15aeeddcec5f3f1879 to your computer and use it in GitHub Desktop.
Save deybhayden/b17edf2493af4b15aeeddcec5f3f1879 to your computer and use it in GitHub Desktop.
jq filter a list of objects' values
aws elasticbeanstalk describe-configuration-settings --application-name foo --environment-name foo-staging | jq '.ConfigurationSettings[0].OptionSettings[] | select(.OptionName=="Notification Topic ARN")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment