- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
We know that many of our customers build automation around the CLI. We should expect this behavior to continue in v2.
This table style makes such workflows quite difficult:
For example, if I want to use simple head:
Or... I want everyone's usernames:
Solutions
- Replace all nice tables with a traditional UNIX format
- Emit traditional UNIX table when stdout is not a TTY
- Add global flag (e.g
--csv
) to coerce all output into a machine-friendly format
In the interest of MVP, I think 1 is best.