mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(terragrunt): add tg alias & autocompletion
This commit is contained in:
parent
7dcabbe682
commit
53ad1e3bac
3 changed files with 441 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue