Tired of copy-pasting AWS CLI / kubectl output into online formatters?
📰 Reddit r/devops
Wrote a quick practical guide on jq : the one terminal command that handles JSON the way grep handles text. # Only show failed CI jobs curl -s .../jobs | jq '[.jobs[] | select(.conclusion == "failure") | .name]' Covers filtering, reshaping, piping into bash scripts, and more. <a href="https://medium.com/stackademic/practical-jq-for-developers-parse-json-from-the-terminal-d6caac870d4f?sk=9daddc495b9
DeepCamp AI