mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 19:24:54 +02:00
16 lines
386 B
Markdown
16 lines
386 B
Markdown
# consul
|
|
|
|
> 서비스 검색 기능과 상태 확인을 위한 분산된 키-값(key-value)쌍 저장.
|
|
> 더 많은 정보: <https://www.consul.io/docs/commands/index.html>.
|
|
|
|
- Consul 버전을 체크합니다:
|
|
|
|
`consul --version`
|
|
|
|
- 일반 도움말을 보여줍니다:
|
|
|
|
`consul --help`
|
|
|
|
- 서브 명령어를 위한 도움말을 보여줍니다:
|
|
|
|
`consul {{하위-명령어}} --help`
|