tldr/pages/common/consul.md

18 lines
353 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
- Display help:
2017-02-28 10:31:38 +00:00
`consul --help`
- Display help for a subcommand:
2017-02-28 10:31:38 +00:00
`consul {{subcommand}} --help`
- Display version:
`consul --version`