1.2.0 • Published 3 years ago

nats-cli v1.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

nats-cli

Publish or subscribe to NATS subjects from the cli.

Install

npm install -g nats-cli

Usage

# Listen on all subjects
nats

# Listen on the foo subject
nats foo

# Publish message on the subject foo
nats foo bar

# Listen with wildcards
nats 'foo.>'

# Filter received messages with grep
nats 'foo.*' | grep 'some filter'
1.2.0

3 years ago

1.1.0

5 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago