System Grab Bag

View all TLDR pages from common (or from all pages)

consul-kv

Distributed key-value store with health checking and service discovery. More information: https://learn.hashicorp.com/consul/getting-started/kv.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.