Socket
Socket
Sign inDemoInstall

nats-cli

Package Overview
Dependencies
71
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nats-cli

Simple CLI for NATS, can publish/subscribe to subjects


Version published
Weekly downloads
26
decreased by-16.13%
Maintainers
1
Install size
1.32 MB
Created
Weekly downloads
 

Readme

Source

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'

Keywords

FAQs

Last updated on 11 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc