14 lines
319 B
Markdown
14 lines
319 B
Markdown
# NATS plugin
|
|
|
|
This plugin adds completion for several tools from [NATS](https://nats.io/).
|
|
|
|
- [`nsc`](https://github.com/nats-io/nsc)
|
|
- [`natscli`](https://github.com/nats-io/natscli)
|
|
|
|
To use it, add `nats` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... nats)
|
|
```
|
|
|
|
This plugin does not add any aliases.
|