-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
ENH: Add --output tsv
along with table
and json
options for tab-separated report output
#754
Comments
Hi,
|
Thanks Jon, for the suggestion. |
@jeliker Check out https://github.com/oracle/oci-cli/blob/master/scripts/examples/project_o/README.md Project "o" provides several output options, one of which is tsv.
Note: there's a "tab" character in between name and lifecycle in the command. o will convert the above command into a complete oci command, select output based on "-o fields", and format results into tsv. All from that brief little command. I've never used tsv but figured someone would want it one day! My everyday format is the default table out - without the ascii decorations.
Default "o" output is meant to be useful for humans. |
Jon can you try project o where this is possible? |
Thank you for the work-around suggestion but, as described, I have a work-around now that doesn't require additional tools installed. In my scenarios it is not often feasible to install additional software so still hoping for a native solution. Note I could have always opted to use another tool whether the |
Understood and thanks for the suggestion Jon-Eric. We will consider this enhancement. |
I can't tell you how many times a day I do this:
…In order to produce tab-separated report I can capture then paste to Excel, etc. (or format further by piping to
column
command or similar) please add an additional--output tsv
option that would format the output similar to--output table
but without the box lines and separating each column in the header and body by tab ASCII 9 symbols?The text was updated successfully, but these errors were encountered: