Closed ronaldtse closed 7 years ago
--output json will provide JSON output that can be parsed by jq.
--output json
jq
For example, a table like this
Could produce a jq parseable output of:
{ "order": { "id": 1002019, "common-name": "*.ribosetest.com", "san-names": [ "*.ribosetest.com", "ribosetest.com" ], "status": "approved", "valid-from": "2017-06-13T00:00:00Z", "valid-utill": "2017-06-15T00:00:00Z" } }
Actually this belongs to riboseinc/digicert-cli#27 , closing here...
--output json
will provide JSON output that can be parsed byjq
.For example, a table like this
Could produce a
jq
parseable output of: