diff --git a/website/source/docs/commands/read-write.html.md b/website/source/docs/commands/read-write.html.md index dc78f5cb37..4796d9135f 100644 --- a/website/source/docs/commands/read-write.html.md +++ b/website/source/docs/commands/read-write.html.md @@ -107,3 +107,12 @@ value itsasecret You can use the `-format` flag to get various different formats out from the command. Some formats are easier to use in different environments than others. + +You can also use the `-field` flag to extract an individual field +from the secret data. + +``` +$ vault read -field=value secret/password +itsasecret +``` +