Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantl/consul-cli
Command line interface to Consul HTTP API
https://github.com/mantl/consul-cli
Last synced: 2 days ago
JSON representation
Command line interface to Consul HTTP API
- Host: GitHub
- URL: https://github.com/mantl/consul-cli
- Owner: mantl
- License: apache-2.0
- Archived: true
- Created: 2015-06-30T15:10:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:06:01.000Z (6 months ago)
- Last Synced: 2024-08-03T02:05:10.596Z (3 months ago)
- Language: Go
- Size: 340 KB
- Stars: 251
- Watchers: 39
- Forks: 69
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-consul - consul-cli: Command line interface
README
# consul-cli
[![Build Status](https://travis-ci.org/mantl/consul-cli.svg)](https://travis-ci.org/mantl/consul-cli)
Command line interface to [Consul HTTP API](https://consul.io/docs/agent/http.html)
## Subcommands
| Command | Synopsis |
| ------- | -------- |
| [acl](https://github.com/CiscoCloud/consul-cli/wiki/ACL) | Consul /acl endpoint
| [agent](https://github.com/CiscoCloud/consul-cli/wiki/Agent) | Consul /agent endpoint
| [catalog](https://github.com/CiscoCloud/consul-cli/wiki/Catalog) | Consul /catalog endpoint
| [check](https://github.com/CiscoCloud/consul-cli/wiki/Check) | Consul /agent/check endpoint
| [coordinate](https://github.com/CiscoCloud/consul-cli/wiki/Coordinate) | Consul /coordinate endpoint
| [health](https://github.com/CiscoCloud/consul-cli/wiki/Health) | Consul /health endpoint
| [kv](https://github.com/CiscoCloud/consul-cli/wiki/KV) | Consul /kv endpoint
| [service](https://github.com/CiscoCloud/consul-cli/wiki/Service) | Consul /agent/service endpoint
| [session](https://github.com/CiscoCloud/consul-cli/wiki/Session) | Consul /session endpoint
| [status](https://github.com/CiscoCloud/consul-cli/wiki/Status) | Consul /status endpoint## Build Docker image
```
$ docker build -t consul-cli .
```