2016-10-03 19:11:54 +00:00
# Nomad
2016-09-26 13:26:38 +00:00
2016-10-03 19:11:54 +00:00
The `nomad` plugin provides a simple autocompletion for [Nomad ](https://nomadproject.io/ ), a tool from Hashicorp for easily deploy applications at any scale.
2016-09-26 13:26:38 +00:00
2016-10-03 19:11:54 +00:00
## Usage
2016-09-26 13:26:38 +00:00
2016-10-03 19:11:54 +00:00
1. Enable the `nomad` plugin:
2016-09-26 13:26:38 +00:00
2016-10-03 19:11:54 +00:00
```zsh
plugins=(... nomad)
```
2016-09-26 13:26:38 +00:00
2016-10-03 19:11:54 +00:00
2. Install [Nomad ](https://nomadproject.io/ )
3. Type `nomad` into your prompt and hit `TAB` to see available completion options.