Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created August 4, 2023 20:21
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 ryanvgates/e88d23435f9e5f813ff3682bcf5c06ca to your computer and use it in GitHub Desktop.
Save ryanvgates/e88d23435f9e5f813ff3682bcf5c06ca to your computer and use it in GitHub Desktop.
Bash query json
read -a APP_NAMES < <(cat environments.json | jq -r '.[].apps' | jq -s 'add' | jq 'unique' | jq '.[]' | tr '\n' ' ' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment