Install using cargo:
shell cargo install pucli
Publish event
shell pucli pub -t test -m '{"hello":"world"}'
Subscribe for events
shell pucli sub -t test -s test -- jq '.hello'