2017-02-28 10:31:38 +00:00
|
|
|
# consul
|
|
|
|
|
|
|
|
> Distributed key-value store with health checking and service discovery.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `consul kv` have their own usage documentation.
|
2021-04-10 16:14:55 +01:00
|
|
|
> More information: <https://www.consul.io/commands>.
|
2017-02-28 10:31:38 +00:00
|
|
|
|
|
|
|
- Check the Consul version:
|
|
|
|
|
|
|
|
`consul --version`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display help:
|
2017-02-28 10:31:38 +00:00
|
|
|
|
|
|
|
`consul --help`
|
|
|
|
|
2023-12-27 06:41:30 +00:00
|
|
|
- Display help for a sub-command:
|
2017-02-28 10:31:38 +00:00
|
|
|
|
|
|
|
`consul {{sub-command}} --help`
|