nats-io / natscli

The NATS Command Line Interface
Apache License 2.0
510 stars 99 forks source link

(#1140) Add stream-check and consumer-check subcommands #1158

Closed ploubser closed 2 months ago

ploubser commented 2 months ago

Here we add the stream-check and consumer-check subcommands to the server command.

These subcommands are hidden, and will use the system credentials to iterate all servers, streams and consumers and display debugging related information to the user in a table.

ripienaar commented 2 months ago

Thank you @ploubser