0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/nomad/README.md

16 lines
382 B
Markdown
Raw Normal View History

# Nomad
2016-09-26 15:26:38 +02: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 15:26:38 +02:00
## Usage
2016-09-26 15:26:38 +02:00
1. Enable the `nomad` plugin:
2016-09-26 15:26:38 +02:00
```zsh
plugins=(... nomad)
```
2016-09-26 15:26:38 +02:00
2. Install [Nomad](https://nomadproject.io/)
3. Type `nomad` into your prompt and hit `TAB` to see available completion options.