A.1. Output format options [FORMAT_OPTIONS]

It is possible to specify the output format using the --output-format parameter. The default format text uses ASCII-art to draw nice borders around tables. It additionally transforms some values into human-readable text, for example:

You can also completely suppress output using option --quiet.

--human-readable <boolean> (default = 1)
Call output rendering functions to produce human readable text.
--noborder <boolean> (default = 0)
Do not draw borders (for text format).
--noheader <boolean> (default = 0)
Do not show column headers (for text format).
--output-format <json | json-pretty | text | yaml> (default = text)
Output format.
--quiet <boolean>
Suppress printing results.