flypenguin / okta-cli

A command line interface to Okta
MIT License
41 stars 12 forks source link

raw format #17

Open gabrielsroka opened 10 months ago

gabrielsroka commented 10 months ago

okta-cli raw logs returns un-pretty-printed JSON by default, whereas other commands return a table by default, or the JSON is pretty-printed.

flypenguin commented 8 months ago

ah. that's the whole POINT of raw – this will simply fire "against" the API, and return the API's response as-is.

but as I tried it out right now ... it seems a bit weird, you're right. I will investigate.