https://github.com/acalephstorage/consul-kv
A small cli tool for interacting with the Consul Key Value Store
https://github.com/acalephstorage/consul-kv
Last synced: 8 months ago
JSON representation
A small cli tool for interacting with the Consul Key Value Store
- Host: GitHub
- URL: https://github.com/acalephstorage/consul-kv
- Owner: AcalephStorage
- License: apache-2.0
- Created: 2015-03-06T08:17:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T04:14:39.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T05:17:36.976Z (over 1 year ago)
- Language: Go
- Size: 137 KB
- Stars: 0
- Watchers: 24
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
consul-kv
=========
A small cli tool for interacting with the Consul Key Value Store.
Initial inspiration and code from [Consulcli](https://github.com/bryanl/consulcli)
```
COMMANDS:
set Set an key & value in the kv store
get Get a value from the kv store
keys List keys in the kv store
list List values in the kv store
deltree Delete trees in the kv store
help, h Shows a list of commands or help for one command
```