vault Command Examples

Interact with HashiCorp Vault. More information: https://www.vaultproject.io/docs/commands.

vault init

vault unseal {{key-share-x}}

vault auth {{authentication_token}}

vault write secret/{{hello}} value={{world}}

vault read secret/{{hello}}

vault read -field={{field_name}} secret/{{hello}}

vault seal