Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created April 14, 2017 08:33
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 boina-n/7114a861d2b5c6593e26e6047c3b193e to your computer and use it in GitHub Desktop.
Save boina-n/7114a861d2b5c6593e26e6047c3b193e to your computer and use it in GitHub Desktop.
Help interpret json with jq command.
cf curl /v2/events | jq '.resources[].entity | select(.actee_type=="app") |{actor: .actor_name, type: .type, date: .timestamp, application: .actee_name}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment