Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Forked from deybhayden/jqfilter.sh
Created May 27, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UtahDave/5da9859ea4257667379b2bae3661f1ed to your computer and use it in GitHub Desktop.
Save UtahDave/5da9859ea4257667379b2bae3661f1ed 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