A tool for creating NATS account and user access configurations
With Python:
curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python
Direct Download:
Download your platform binary from here.
nsc update
will download and install the latest version.
NSC uses go modules. If your project source is in $GOPATH
, you must define set the environment variable GO111MODULE
to on
.