vault: add command (#3871)

client-spec/clarity
Ivan Aracki 2020-02-27 15:20:07 +01:00 committed by GitHub
parent 28bc981780
commit 649e2f6590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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`