Update kv.html.markdown

This commit is contained in:
shantanugadgil 2016-12-03 13:35:55 +05:30 committed by GitHub
parent 91b0e87436
commit f8febd94b8
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,9 @@ in the K/V store.
Querying the local agent we started in the [Run the Agent step](agent.html), 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: 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 ```text
$ curl -v http://localhost:8500/v1/kv/?recurse $ curl -v http://localhost:8500/v1/kv/?recurse
* About to connect() to localhost port 8500 (#0) * 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). 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. 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.