mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-25 16:18:05 -04:00
Update vault read output
This commit is contained in:
parent
18cd808ddf
commit
704e4cd468
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ As you might expect, secrets can be read with `vault read`:
|
|||
```
|
||||
$ vault read secret/hello
|
||||
Key Value
|
||||
lease_duration 2592000
|
||||
excited yes
|
||||
value world
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue