parseablehq / pb

CLI client for Parseable server. Inspect, query and analyse Parseable log data from your terminal.
https://parseable.com
GNU Affero General Public License v3.0
15 stars 8 forks source link

add plain text output for queries #21

Closed nitisht closed 1 year ago

nitisht commented 1 year ago

Current output is a nice table layout that shows structured output on the console. We also need to display the results in a simple json / plain text format that can be then fed to jq, awk, grep etc to filter results further can push the logs to a file.