HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

consul — Distributed key-value store with health checking and service discovery. Some subcommands such as `kv

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandvaluestoredistributedkeyconsulcliwith

Problem

How to use the consul command: Distributed key-value store with health checking and service discovery. Some subcommands such as kv have their own usage documentation. More information: <https://developer.hashicorp.com/consul/commands>.

Solution

consul — Distributed key-value store with health checking and service discovery. Some subcommands such as kv have their own usage documentation. More information: <https://developer.hashicorp.com/consul/commands>.

Display help:
consul --help


Display help for a subcommand:
consul {{subcommand}} --help


Display version:
consul --version

Code Snippets

Display help

consul --help

Display help for a subcommand

consul {{subcommand}} --help

Display version

consul --version

Context

tldr-pages: common/consul

Revisions (0)

No revisions yet.