This command has subcommands for interacting with the metadata endpoint in Vault's key-value store. Here are some simple examples, and more detailed examples are available in the subcommands or the documentation
Subcommands
Name | Description |
---|
delete | Deletes all versions and metadata for the provided key |
get | Retrieves the metadata from Vault's key-value store at the given key name. If no key exists with that name, an error is returned |
patch | This command can be used to create a blank key in the key-value store or to update key configuration for a specified key |
put | This command can be used to create a blank key in the key-value store or to update key configuration for a specified key |
Options
Name | Description |
---|
--help, -h | Display help |