mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update README.md
This commit is contained in:
parent
a18d288be2
commit
964dd34f47
@ -1,14 +1,14 @@
|
|||||||
# nsc
|
# NATS Account Configuration
|
||||||
|
|
||||||
NATS account configurations are built using the `nsc` tool. The NSC tool allows you to:
|
NATS account configurations are built using the `nsc` tool. The NSC tool allows you to:
|
||||||
|
|
||||||
* Create and edit Operators, Accounts, Users
|
- Create and edit Operators, Accounts, Users
|
||||||
* Manage subscribe and publish permissions for Users
|
- Manage subscribe and publish permissions for Users
|
||||||
* Add and delete Exports and Imports
|
- Add and delete Exports and Imports
|
||||||
* Generate Activation tokens
|
- Generate Activation tokens
|
||||||
* Generate User credential files
|
- Generate User credential files
|
||||||
* Describe Operators, Accounts, Users, and Activations
|
- Describe Operators, Accounts, Users, and Activations
|
||||||
* Push account JWTs to a server or pull account JWTs from a server
|
- Push account JWTs to a server or pull account JWTs from a server
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -18,26 +18,26 @@ Installing `nsc` is easy:
|
|||||||
curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python
|
curl -L https://raw.githubusercontent.com/nats-io/nsc/master/install.py | python
|
||||||
```
|
```
|
||||||
|
|
||||||
The script will download the latest version of `nsc` and install it into your system.
|
The script will download the latest version of `nsc` and install it into your system.
|
||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
You can find various task-oriented tutorials to working with the tool here:
|
You can find various task-oriented tutorials to working with the tool here:
|
||||||
|
|
||||||
* [Basic Usage](nsc.md)
|
- [Basic Usage](nsc.md)
|
||||||
* [Configuring Streams](streams.md)
|
- [Configuring Streams](streams.md)
|
||||||
* [Configuring Services](services.md)
|
- [Configuring Services](services.md)
|
||||||
* [Signing Keys](signing_keys.md)
|
- [Signing Keys](signing_keys.md)
|
||||||
* [Revoking Users or Activations](revocation.md)
|
- [Revoking Users or Activations](revocation.md)
|
||||||
* [Working with Managed Operators](managed.md)
|
- [Working with Managed Operators](managed.md)
|
||||||
|
|
||||||
## Tool Documentation
|
## Tool Documentation
|
||||||
|
|
||||||
For more specific browsing of the tool syntax, check out the `nsc` tool documentation. It can be found within the tool itself:
|
For more specific browsing of the tool syntax, check out the `nsc` tool documentation.
|
||||||
|
It can be found within the tool itself:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
> nsc help
|
> nsc help
|
||||||
```
|
```
|
||||||
|
|
||||||
Or an online version [here](https://nats-io.github.io/nsc).
|
Or an online version [here](https://nats-io.github.io/nsc).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user