Examples (7)
Unseal (unlock) the vault, by providing one of the key shares needed to access the encrypted data store
vault unseal key-share-xAuthenticate the CLI client against the Vault server, using an authentication token
vault auth authentication_tokenStore a new secret in the vault, using the generic back-end called "secret"
Seal (lock) the Vault server, by removing the encryption key of the data store from memory
vault sealmade by @shridhargupta | data from tldr-pages