We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
--csv
In the interest of MVP, I think 1 is best.
The text was updated successfully, but these errors were encountered:
I'll be adjusting this to use a kubernetes-similar table format!
Sorry, something went wrong.
fix: Match kubectl table style for simpler scripting
13439a7
Fixes #1322.
6e65e6f
fix: Match kubectl table style for simpler scripting (#1363)
e0a7aec
f188df1
kylecarbs
Successfully merging a pull request may close this issue.
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
--csv
) to coerce all output into a machine-friendly formatIn the interest of MVP, I think 1 is best.
The text was updated successfully, but these errors were encountered: