Skip to content

nkvoll/zkctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkctl

zkctl is a command line client for Apache ZooKeeper.

It's inspired by tools like etcdctl and the interest of having an easy-to-install dependency-free client to access ZooKeeper.

Building

Uses 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 for open discussion.

Usage

NAME:
   zkctl - A new cli application

USAGE:
   zkctl [global options] command [command options] [arguments...]

VERSION:
   0.0.1

COMMANDS:
   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 command

GLOBAL OPTIONS:
   --zookeeper, -z 	a ZooKeeper connection string [$ZOOKEEPER_SERVERS]
   --format, -f 	output format [$ZKCTL_OUTPUT_FORMAT]
   --help, -h		show help
   --version, -v	print the version

License

Apache Licensed

About

Command line client for Apache ZooKeeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages