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