Crates.io | pucli |
lib.rs | pucli |
version | 0.5.0 |
source | src |
created_at | 2022-02-05 18:14:45.76974 |
updated_at | 2022-03-13 21:31:21.367754 |
description | Simple pulsar cli |
homepage | |
repository | https://github.com/dghilardi/pucli |
max_upload_size | |
id | 527525 |
size | 54,982 |
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'