tldr/pages/common/consul.md

17 lines
299 B
Markdown
Raw Normal View History

2017-02-28 10:31:38 +00:00
# consul
> Distributed key-value store with health checking and service discovery.
2019-04-12 17:47:42 +01:00
> Homepage: <https://www.consul.io/docs/commands/index.html>.
2017-02-28 10:31:38 +00:00
- Check the Consul version:
`consul --version`
- Show general help:
`consul --help`
- Show help for a sub-command:
`consul {{sub-command}} --help`