canonical / awsmp

Interact with AWS Marketplace
GNU General Public License v3.0
1 stars 5 forks source link

feat(show-entity): output as json #18

Closed rpocase closed 6 days ago

rpocase commented 6 days ago

the original pretty print implementation is nice for humans, but can't be piped to automation tools (e.g. jq).

toabctl commented 5 days ago

would be nice to have json output as a general feature flag. like other tools have --format [table|json]