Remove base64 comment entirely

This commit is contained in:
Seth Vargo 2016-09-26 16:10:22 -07:00
parent 8ac6877f20
commit e3430e6806
No known key found for this signature in database
GPG key ID: 905A90C2949E8787

View file

@ -9,9 +9,6 @@ sidebar_current: "docs-commands-kv-put"
Command: `consul kv put`
The `kv put` command writes the data to the given path in the key-value store.
The data can be of any type, but it will be transported as a base64-encoded
string for safe transport during reads. The client will transparently handle the
encoding and decoding of these values.
## Usage