feat(nomad): add common commands and new readme

This commit is contained in:
Laurent Commarieu 2016-10-03 21:11:54 +02:00 committed by Marc Cornellà
commit dfd7bf9f41
2 changed files with 113 additions and 7 deletions

View file

@ -1,11 +1,15 @@
## About
# Nomad
Plugin for Nomad, a tool from Hashicorp for easily deploy applications at any scale.
The `nomad` plugin provides a simple autocompletion for [Nomad](https://nomadproject.io/), a tool from Hashicorp for easily deploy applications at any scale.
### Requirements
## Usage
* [Nomad](https://nomadproject.io/)
1. Enable the `nomad` plugin:
### Usage
```zsh
plugins=(... nomad)
```
* Type `nomad` into your prompt and hit `TAB` to see available completion options
2. Install [Nomad](https://nomadproject.io/)
3. Type `nomad` into your prompt and hit `TAB` to see available completion options.