Skip to content

tardyp/zkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkie

Simple tool to access zookeeper configuration from the commandline, with syntax highlight.

pip install 'zkie[ui]'

to install minimal command line without highlight, you can just use:

pip install 'zkie'

Usage

# list all nodes recursively
zk find /

# upload myconfig.json to config directory
zk upload myconfig.json /config/

# display myconfig.json with syntax highlight
zk get /config/myconfig.json

# list directory
zk ls /config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages