#nats #terminal #ui #gui

app nats-spy

nats-spy 是一个终端工具,可帮助您监视 NATS 消息。

2 个版本

0.1.1 2021 年 1 月 21 日
0.1.0 2021 年 1 月 21 日

#34 in #nats

MIT 许可证

2MB
632

nats-spy

nats-spy 是一个终端工具,可帮助您监视 NATS 消息。

安装

  • Homebrew (macOS)
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://127.0.0.1:4222]
    -s, --subject <subject>      Subscription subject for NATS connection. [default: >] 

mqtt-spy 启发。

依赖项

~27–38MB
~545K SLoC