2025-03-14 21:59:59 -06:00
|
|
|
# consul
|
|
|
|
|
|
|
|
|
|
> Distributed key-value store with health checking and service discovery.
|
|
|
|
|
> Some subcommands such as `kv` have their own usage documentation.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://developer.hashicorp.com/consul/commands>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`consul --help`
|
|
|
|
|
|
|
|
|
|
- Display help for a subcommand:
|
|
|
|
|
|
|
|
|
|
`consul {{subcommand}} --help`
|
|
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
|
|
`consul --version`
|