As it stands, we tend to output human readable data. This is useful in most cases, however, we should implement at least a JSON output mode so power users can easily parse the data with other tools like JQ.
I'm imagining a global flag similar to kubectl e.g kubectl get pods -o json
As it stands, we tend to output human readable data. This is useful in most cases, however, we should implement at least a JSON output mode so power users can easily parse the data with other tools like JQ.
I'm imagining a global flag similar to kubectl e.g
kubectl get pods -o json