pucli 0.5.0

Simple pulsar cli
pucli-0.5.0 is not a library.

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'