mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(nomad): add common commands and new readme
This commit is contained in:
parent
6b7003c3ef
commit
dfd7bf9f41
2 changed files with 113 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue