Hacker News new | ask | show | jobs
by throwaway894345 1757 days ago
jq is much more terse. When I’m working in bash, I much prefer to write `kubectl get secret foo -o json | jq -r '.data | map_values(@base64d)'` rather than the equivalent Python.