You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fine but it is not visually appealing. This issue tracks work to do the following tasks:
Implements a new --output=<type> flag
The output flag will default to --output=table if it isn't provided.
The --output=table format should be fairly inspired by golang's tparse tabled output (example below)
The table output will use ascii formatting to display a clean, and human readable section of table summaries of what the CLI did during its run
The current output will be moved to the --output=plain to represent a plain text (non-table) format
A new --output=json type will also be added that returns a JSON result to the terminal which can be piped into another cli tools like jq for further parsing
The --no-color and --no-stats flags still work as expected
This issue tracks work for improving the default "stats" output of the cli.
Currently, the default output of the CLI looks like this:
This is fine but it is not visually appealing. This issue tracks work to do the following tasks:
--output=<type>
flag--output=table
if it isn't provided.--output=table
format should be fairly inspired by golang's tparse tabled output (example below)--output=plain
to represent a plain text (non-table) format--output=json
type will also be added that returns a JSON result to the terminal which can be piped into another cli tools likejq
for further parsing--no-color
and--no-stats
flags still work as expectedtparse table example format:
The text was updated successfully, but these errors were encountered: