mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
363 B
363 B
consul
Distributed key-value store with health checking and service discovery. Some subcommands such as
kvhave 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