pucli

Crates.iopucli
lib.rspucli
version0.5.0
sourcesrc
created_at2022-02-05 18:14:45.76974
updated_at2022-03-13 21:31:21.367754
descriptionSimple pulsar cli
homepage
repositoryhttps://github.com/dghilardi/pucli
max_upload_size
id527525
size54,982
Davide Ghilardi (dghilardi)

documentation

README

PUCLI - Pulsar cli

Test Status Crate API

Quick start

Install using cargo:

cargo install pucli

Publish event

pucli pub -t test -m '{"hello":"world"}'

Subscribe for events

pucli sub -t test -s test -- jq '.hello'
Commit count: 27

cargo fmt