moonwalker / nats-cli

simple cli for nats pub/sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" }'

About

simple cli for nats pub/sub


Languages

Language:Go 100.0%