A tool for creating NATS account and user access configurations
NSC enables you to create and edit Operators, Accounts, Users, manage publish and subscribe permissions for Users, define Service and Stream exports from an account, reference Services and Streams from another account, and generate Activation tokens that grant access to private services or streams.
NSC enables you to create and edit Operators, Accounts, Users, manage publish and subscribe permissions for Users, define Service and Stream exports from an account, reference Services and Streams from another account, and generate Activation tokens that grant access to private services or streams.
To install nsc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nsc
To see what files were installed by nsc, run:
port contents nsc
To later upgrade nsc, run:
sudo port selfupdate && sudo port upgrade nsc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.