https://github.com/irevoire/zkli
zkli
https://github.com/irevoire/zkli
cli rust zookeeper
Last synced: over 1 year ago
JSON representation
zkli
- Host: GitHub
- URL: https://github.com/irevoire/zkli
- Owner: irevoire
- License: wtfpl
- Created: 2023-09-03T19:41:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T08:46:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T04:32:00.878Z (over 1 year ago)
- Topics: cli, rust, zookeeper
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zkli
====
```
Cli around zookeeper
Usage: zkli [OPTIONS]
Commands:
ls List directory contents
tree List contents of directories in a tree-like format
cat Print file
rm Remove directory entries
write Write the content of stdin or argv to the specified path. The path must already exists. See the create command if you need to create a new node
create Create a new file. Write the content of stdin or argv to the specified path. By default the file is created in persistent. If you override this value by ephemeral, the node will be deleted before the cli exit. By default the acls are set as: anyone can do anything
help Print this message or the help of the given subcommand(s)
Options:
-a, --addr The addr of the zookeeper server [default: localhost:2181/]
-v... The verbosity, the more `v` you use and the more verbose it gets
-h, --help Print help
```
## Installation
### If you're a rust user
```
cargo install zkli
```
### If not
Join the sect here: https://doc.rust-lang.org/book/