Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkvoll/zkctl
Command line client for Apache ZooKeeper
https://github.com/nkvoll/zkctl
Last synced: 3 days ago
JSON representation
Command line client for Apache ZooKeeper
- Host: GitHub
- URL: https://github.com/nkvoll/zkctl
- Owner: nkvoll
- License: other
- Created: 2014-10-23T06:41:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T06:43:50.000Z (about 10 years ago)
- Last Synced: 2024-11-09T11:36:35.489Z (about 2 months ago)
- Language: Go
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
zkctl
=====`zkctl` is a command line client for [Apache ZooKeeper](http://zookeeper.apache.org/).
It's inspired by tools like [etcdctl](https://github.com/coreos/etcdctl/) and the interest of having an easy-to-install dependency-free client to access ZooKeeper.
Building
--------Uses [godep](https://github.com/tools/godep).
Supported operations
--------------------``ls``, ``set`` and ``get`` are currently supported. Watches and executing commands on changes are on the planning board. Input on how it should work is appreciated, just open a [issue](issues) for open discussion.
Usage
-----NAME:
zkctl - A new cli applicationUSAGE:
zkctl [global options] command [command options] [arguments...]VERSION:
0.0.1COMMANDS:
ls list a directory
get get the contents of a node
set set the contents of a node
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--zookeeper, -z a ZooKeeper connection string [$ZOOKEEPER_SERVERS]
--format, -f output format [$ZKCTL_OUTPUT_FORMAT]
--help, -h show help
--version, -v print the versionLicense
-------Apache Licensed