Skip to content

Jaina是一个简单好用又强大的 Zookeeper 客户端命令行工具,拥有彩色输出,自动提示,以及和类unix一样的体验.

License

Notifications You must be signed in to change notification settings

kaixinbaba/jaina

Repository files navigation

jaina

吉安娜

Release log

1.0.1 - 第一个正式版本,支持了最重要的zkCli的原生命令以及一些常见的类似Linux系统命令,如: cd, ls, alias, history

Overview

Jaina是一个轻量级的zookeeper命令行交互客户端工具,特点是:安装方便,使用符合Linux的命令行习惯,zk原生自带的zkCli太难用,极其不友好, 所以萌生了自己写一个类似的工具的想法。

Installation / Usage

To install use pip:

$ pip install jaina

Or clone the repo:

$ git clone https://github.com/kaixinbaba/jaina.git
$ python setup.py install

Upgrade

$ pip install -U jaina

Example

$ jaina -h 127.0.0.1:2181

You will see this if zk connected

Zookeeper connected

    _____     _       _____  ____  _____       _
   |_   _|   / \     |_   _||_   \|_   _|     / \
     | |    / _ \      | |    |   \ | |      / _ \
 _   | |   / ___ \     | |    | |\ \| |     / ___ \
| |__' | _/ /   \ \_  _| |_  _| |_\   |_  _/ /   \ \_
`.____.'|____| |____||_____||_____|\____||____| |____|


Welcome to use JAINA
If you have problem, just try help !
If you want to quit, please input Ctrl+D or Ctrl+C

(jaina) [/]

Then you can use help command for help!

Please review the online docs jaina get more help.

About

Jaina是一个简单好用又强大的 Zookeeper 客户端命令行工具,拥有彩色输出,自动提示,以及和类unix一样的体验.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages