tldr/pages/common/consul.md

18 lines
364 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.
> Some subcommands such as `consul kv` have their own usage documentation.
> More information: <https://www.consul.io/commands>.
2017-02-28 10:31:38 +00:00
- Check the Consul version:
`consul --version`
- Display help:
2017-02-28 10:31:38 +00:00
`consul --help`
- Display help for a sub-command:
2017-02-28 10:31:38 +00:00
`consul {{sub-command}} --help`