Added support for storing binary to kv:
$ kviator --kvstore etcd --client localhost:2379 --binary put my-binaryfile - < /tmp/a-binary-file
$ kviator --kvstore etcd --client localhost:2379 --binary get my-binaryfile - > /tmp/retrieved-binary-file
Added support for storing binary to kv:
$ kviator --kvstore etcd --client localhost:2379 --binary put my-binaryfile - < /tmp/a-binary-file
$ kviator --kvstore etcd --client localhost:2379 --binary get my-binaryfile - > /tmp/retrieved-binary-file