An open API service indexing awesome lists of open source software.

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

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

```