1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 23:35:37 +02:00
tldr/pages/common/consul.md
2019-04-15 00:35:17 +01:00

16 lines
299 B
Markdown

# consul
> Distributed key-value store with health checking and service discovery.
> Homepage: <https://www.consul.io/docs/commands/index.html>.
- Check the Consul version:
`consul --version`
- Show general help:
`consul --help`
- Show help for a sub-command:
`consul {{sub-command}} --help`