commands.sh

consul kv

all

Distributed key-value store with health checking and service discovery.

More info →

Examples (3)

Read a value from the key-value store

consul kv get key

Store a new key-value pair

consul kv put key value

Delete a key-value pair

consul kv delete key
made by @shridhargupta | data from tldr-pages