]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/nomad/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / nomad / README.md
1 # Nomad
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.
4
5 ## Usage
6
7 1. Enable the `nomad` plugin:
8
9    ```zsh
10    plugins=(... nomad)
11    ```
12
13 2.  Install [Nomad](https://nomadproject.io/)
14
15 3.  Type `nomad` into your prompt and hit `TAB` to see available completion options.