0.0.2 • Published 10 years ago

zook v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

zook

Zook is a command line tool for Apache ZooKeeper. The command should be as simple as like the following:

$ zook exists --path /zookeeper/quota

This will check the existence of the zookeeper node with given path: /zookeeper/quota.

Zook is built on top of alexguan/node-zookeeper-client and as that module noted it is currently tested to work with ZooKeeper version 3.4.*.

Install

Zook is a command like tool so it is strongly recommended to install globally with -d option.

$ npm install zook -g

Example

Create a node.

$ zook create --path /zook --data hello!

Remove a node.

$ zook remove --path /zook

Usage

This usage can also be printed by zook -h or zook --help.

Usage: zook <command> [options]

Commands:
  exists  Check existence of a node
  create  Create a node
  remove  Delete a node

Options:
  -h, --help  Show help                                                [boolean]

Examples:
  zook exists -s localhost:2181 -p /zookeeper/quota
0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago