Adds a version note for the consul kv command.

Closes #2410.
This commit is contained in:
James Phillips 2016-10-13 08:02:20 -07:00 committed by GitHub
parent fc5ce4047e
commit 51f0d91efb
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ Command: `consul kv`
The `kv` command is used to interact with Consul's key-value store via the
command line. It exposes top-level commands for inserting, updating, reading,
and deleting from the store.
and deleting from the store. This command is available in Consul 0.7.1 and
later.
The key-value store is also accessible via the
[HTTP API](docs/agent/http/kv.html).