mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-16 23:43:12 +01:00
feat(terragrunt): add tg alias & autocompletion
This commit is contained in:
19
plugins/terragrunt/README.md
Normal file
19
plugins/terragrunt/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## Terragrunt oh-my-zsh plugin
|
||||
|
||||
Plugin for Terragrunt, a thin wrapper over Terraform tool from Hashicorp for managing infrastructure safely and efficiently.
|
||||
|
||||
Current as of Terragrunt v0.19.16
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Terragrunt](https://github.com/gruntwork-io/terragrunt)
|
||||
|
||||
### Usage
|
||||
|
||||
To use it, add `terragrunt` to the plugins array of your `~/.zshrc` file:
|
||||
|
||||
```shell
|
||||
plugins=(... terragrunt)
|
||||
```
|
||||
|
||||
* Type `terragrunt` into your prompt and hit `TAB` to see available completion options
|
||||
Reference in New Issue
Block a user