mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-22 06:37:26 -04:00
* save progress * fix file name * save progress * save progress * remove uneeded subheader * Fix build error * fix another build error
18 lines
420 B
Text
18 lines
420 B
Text
<a id="global-format" />
|
|
|
|
**`[-format | VAULT_FORMAT] (enum: json)`**
|
|
|
|
Set the CLI output format.
|
|
|
|
Value | Description
|
|
------- | -----------
|
|
`table` | Structure the response as a table
|
|
`json` | Structure the response as JSON data
|
|
`yaml` | Structure the response as YAML data
|
|
`jsonx` | Structure information as XML data
|
|
|
|
**Examples**:
|
|
|
|
- CLI flag: `-format table`
|
|
- Environment variable: `export VAULT_FORMAT=table`
|
|
|