mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
add custom-metadata flag docs for 'vault kv metadata put' cmd (#12729)
This commit is contained in:
parent
e6840b269c
commit
14101f8664
1 changed files with 4 additions and 0 deletions
|
|
@ -150,4 +150,8 @@ be applied to new versions.
|
|||
`delete_version_after` will be used. Accepts [Go duration format
|
||||
string][duration-godoc].
|
||||
|
||||
- `custom-metadata` `(string: "")` - Specifies a key-value pair for the
|
||||
`custom_metadata` field. This can be specified multiple times to add multiple
|
||||
pieces of metadata.
|
||||
|
||||
[duration-godoc]: https://golang.org/pkg/time/#ParseDuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue