add custom-metadata flag docs for 'vault kv metadata put' cmd (#12729)

This commit is contained in:
Chris Capurso 2021-10-25 14:08:48 -04:00 committed by GitHub
parent e6840b269c
commit 14101f8664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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