From f8febd94b8212a1230c9f018b95d2237f4b99cf1 Mon Sep 17 00:00:00 2001 From: shantanugadgil Date: Sat, 3 Dec 2016 13:35:55 +0530 Subject: [PATCH] Update kv.html.markdown --- website/source/intro/getting-started/kv.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/intro/getting-started/kv.html.markdown b/website/source/intro/getting-started/kv.html.markdown index 9e11a61800..acd9c6fbb9 100644 --- a/website/source/intro/getting-started/kv.html.markdown +++ b/website/source/intro/getting-started/kv.html.markdown @@ -23,6 +23,9 @@ in the K/V store. Querying the local agent we started in the [Run the Agent step](agent.html), we can first verify that there are no existing keys in the k/v store: +Also check https://www.hashicorp.com/blog/consul-kv-cli.html for using the 'consul kv' from +the commandline. + ```text $ curl -v http://localhost:8500/v1/kv/?recurse * About to connect() to localhost port 8500 (#0) @@ -121,3 +124,6 @@ These are only a few examples of what the API supports. For full documentation, see [the /kv/ route of the HTTP API](/docs/agent/http/kv.html). Next, we will look at the [web UI](ui.html) options supported by Consul. + +Also check https://www.hashicorp.com/blog/consul-kv-cli.html for using the 'consul kv' from +the commandline.