https://github.com/bryanl/consulcli
extra basic consul cli
https://github.com/bryanl/consulcli
Last synced: over 1 year ago
JSON representation
extra basic consul cli
- Host: GitHub
- URL: https://github.com/bryanl/consulcli
- Owner: bryanl
- Created: 2014-07-07T03:28:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T02:14:09.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T23:01:42.125Z (over 1 year ago)
- Language: Go
- Size: 168 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consul CLI
Extra basic consul cli.
`go get github.com/bryanl/consulcli`
NAME:
consulcli - consul api cli client
USAGE:
consulcli [global options] command [command options] [arguments...]
VERSION:
0.3.0
COMMANDS:
kv-get get an item from the kv store
kv-keys list keys in the kv store
kv-list list items in the kv store
kv-deltree delete trees in the kv store
node-eject eject node
node-list list nodes
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version