vault kv metadata

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

NameDescription
deleteDeletes all versions and metadata for the provided key
getRetrieves the metadata from Vault's key-value store at the given key name. If no key exists with that name, an error is returned
patchThis command can be used to create a blank key in the key-value store or to update key configuration for a specified key
putThis command can be used to create a blank key in the key-value store or to update key configuration for a specified key

Options

NameDescription
--help, -hDisplay help