/nsc

Tool for creating nkey/jwt based configurations

Primary LanguageGoApache License 2.0Apache-2.0

NSC

License Apache 2 ReportCard Build Status GoDoc Coverage Status

A tool for creating NATS account and user access configurations

Install

With Python:

curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python

Direct Download:

Download your platform binary from here.

Updates are easy

nsc update will download and install the latest version.

Building

NSC uses go modules. If your project source is in $GOPATH, you must define set the environment variable GO111MODULE to on.