Skip to content
forked from let-us-go/zkcli

A interactive Zookeeper client.

License

Notifications You must be signed in to change notification settings

pkutishch/zkcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkcli

Build Status Go Report Card

A interactive Zookeeper client.

zkcli

Install

Mac (Homebrew)

brew tap let-us-go/zkcli
brew install zkcli

go install

go install github.com/let-us-go/zkcli

Build

make release-all

Or download a pre-built binary for Linux or macOS/OSX.

Usage

$ zkcli ls /test
[abc]
$ zkcli
>>> 
>>> help
get <path>
ls <path>
create <path> [<data>]
set <path> [<data>]
delete <path>
connect <host:port>
addauth <scheme> <auth>
close
exit
>>>

About

A interactive Zookeeper client.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.8%
  • Makefile 9.2%