Consul KV
Command: consul kv
The kv
command is used to interact with Consul's KV store via the
command line. It exposes top-level commands for inserting, updating, reading,
and deleting from the store. This command is available in Consul 0.7.1 and
later.
The KV store is also accessible via the HTTP API.
Usage
Usage: consul kv <subcommand>
For the exact documentation for your Consul version, run consul kv -h
to view
the complete list of subcommands.
For more information, examples, and usage about a subcommand, click on the name of the subcommand in the sidebar or one of the links below:
Basic Examples
To create or update the key named "redis/config/connections" to the value "5" in Consul's KV store:
To read a value back from Consul:
Or you can query for detailed information:
Finally, deleting a key is just as easy:
For more examples, ask for subcommand help or view the subcommand documentation by clicking on one of the links in the sidebar.