README.md 382 Bytes
Newer Older
1
# Nomad
Laurent Commarieu's avatar
Laurent Commarieu committed
2

3
The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
Laurent Commarieu's avatar
Laurent Commarieu committed
4

5
## Usage
Laurent Commarieu's avatar
Laurent Commarieu committed
6

7
1. Enable the `nomad` plugin:
Laurent Commarieu's avatar
Laurent Commarieu committed
8

9
10
11
   ```zsh
   plugins=(... nomad)
   ```
Laurent Commarieu's avatar
Laurent Commarieu committed
12

13
14
15
2.  Install [Nomad](https://nomadproject.io/)

3.  Type `nomad` into your prompt and hit `TAB` to see available completion options.