Add read field flag to documentation

This commit is contained in:
Ian Unruh 2015-05-22 11:33:28 -07:00
parent c6b5d957de
commit 0f9270bdd3

View File

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