# Output Format

The CLI supports outputs in table, JSON, and YAML formats. The format is set using the `output-format` configuration setting through a command line option, environment variable, or configuration file.

Dates are output as UTC times when using JSON/YAML output format and local times when using table format.

To set the output format, use the following setting:

`--output-format <string>`

* `json` - Outputs in JSON format
* `yaml` - Outputs in YAML format
* `table` - Outputs in tabular format
