Install client

go install github.com/nats-io/natscli/nats@latest

Create a context, this helps you not having to type out password every time

nats context add somename --user 'user' --password 'password' --server nts://10.10.11.78:4222

See list of commands

nats -h

List streams

nats --context somename stream ls