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: <img width="537" alt="Screen Shot 2022-05-06 at 11 12 01 AM" src="https://user-images.githubusercontent.com/7416144/167171418-9cbb1c6b-4b73-4e8b-85cb-b3dea99c7dac.png"> For example, if I want to use simple head: <img width="544" alt="Screen Shot 2022-05-06 at 11 12 29 AM" src="https://user-images.githubusercontent.com/7416144/167171484-3ede2879-9c75-4368-88a6-c648de8cf028.png"> Or... I want everyone's usernames: <img width="544" alt="image" src="https://user-images.githubusercontent.com/7416144/167171577-d8d416e8-38cd-419b-8130-b21983861aef.png"> ## Solutions 1. Replace all nice tables with a traditional UNIX format 2. Emit traditional UNIX table when stdout is not a TTY 3. 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.