Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 314 Bytes

File metadata and controls

27 lines (17 loc) · 314 Bytes

DEPRECATED

Archiving this repository in favour of https://github.com/nats-io/natscli

nats-cli

simple cli for nats pub/sub

Install

$ go get -u github.com/moonwalker/nats-cli

Usage

Subscribe:

$ nats-cli sub 'FOO'

Publish:

$ nats-cli pub 'FOO' '{ "baz": "bar" }'