mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
vault: add command (#3871)
This commit is contained in:
parent
28bc981780
commit
649e2f6590
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
`vault read secret/{{hello}}`
|
||||
|
||||
- Read a specific field from the value:
|
||||
|
||||
`vault read -field={{field_name}} secret/{{hello}}`
|
||||
|
||||
- Seal (lock) the Vault server, by removing the encryption key of the data store from memory:
|
||||
|
||||
`vault seal`
|
||||
|
|
Loading…
Add table
Reference in a new issue