website: TODO on reading data

This commit is contained in:
Mitchell Hashimoto 2015-04-21 18:39:50 +02:00
parent 93c4f92300
commit ee081584bc

View file

@ -91,3 +91,7 @@ $ vault write secret/password value=@data.txt
Unlike stdin, you can specify multiple files, repeat files, etc. all
on the command line. Reading from files is very useful for complex data.
## Reading Data
TODO