zkcli

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2021 License: MIT Imports: 8 Imported by: 0

README

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
>>>
$ # zkcli will try to read ~/.config/zkcli.conf as default configuration if the file exists
$ zkcli -h # show help

Develop

$ GO111MODULE=on go get xxx

$ GO111MODULE=on go mod tidy
$ GO111MODULE=on go mod verify

$ make build
$ make release-all

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL