krystal / katapult-cli

CLI tool to interact with Katapult API
MIT License
1 stars 1 forks source link

JSON output mode #7

Closed strideynet closed 3 years ago

strideynet commented 3 years ago

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