Crates.io | nats-spy |
lib.rs | nats-spy |
version | 0.1.1 |
source | src |
created_at | 2021-01-21 15:33:42.261767 |
updated_at | 2021-01-21 17:58:39.764462 |
description | nats-spy is a terminal tool to help you to monitor NATS messages. |
homepage | https://github.com/alihanyalcin/nats-spy |
repository | https://github.com/alihanyalcin/nats-spy |
max_upload_size | |
id | 344924 |
size | 2,193,144 |
nats-spy is a terminal tool to help you to monitor NATS messages.
brew install alihanyalcin/nats-spy/nats-spy
USAGE:
nats-spy [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-u, --username Authenticate with NATS using username.
-p, --password Authenticate with NATS using password.
-t, --token Authenticate with NATS using a token.
-c, --credentials Authenticate with NATS using a .creds file.
-V, --version Prints version information
OPTIONS:
-n, --nats-url <nats-url> NATS Server to establish a connection. [default: nats://localhost:4222]
-s, --subject <subject> Subscription subject for NATS connection. [default: >]
Inspired by mqtt-spy