Refactor text output #2453
-
I'd like to propose that in v4 we refactor the text output mode:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I agree with you that introducing In many Azure CLI examples, the
Output formats for the Azure CLI, TSV output format - https://docs.microsoft.com/en-us/cli/azure/format-output-azure-cli#tsv-output-format |
Beta Was this translation helpful? Give feedback.
I agree with you that introducing
table
would be a good idea, however we should still have atext
output.In many Azure CLI examples, the
tsv
format is used when returning strings as it removes extra formatting, see the below statement from the Azure CLI docs.Output formats for the Azure CLI, TSV output format - https://docs.microsoft.com/en-us/cli/azure/format-output-azure-cli#tsv-output-format
Use Azure CLI effectively, Pass Values to another command - https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively#pass-values-to-another-command