summaryrefslogtreecommitdiff
path: root/plugins/nats/README.md
blob: 0ea26fca18d4e328fe2287bc5053666370042292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.