From 41f1764434246ba7ee91625fb9a23d94ae6d6e19 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 13 Oct 2016 08:02:20 -0700 Subject: [PATCH] Adds a version note for the consul kv command. Closes #2410. --- website/source/docs/commands/kv.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/commands/kv.html.markdown b/website/source/docs/commands/kv.html.markdown index f44a49bc82..24258003ee 100644 --- a/website/source/docs/commands/kv.html.markdown +++ b/website/source/docs/commands/kv.html.markdown @@ -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).