terragrunt-zsh-plugin #####################
Plugin for Terragrunt adds
- autocomplete for commands
- autocomplete for global options
- alias
Requirements
Install
Oh My Zsh
- Clone repository into
${ZSH_CUSTOM}/plugins
(by default$ZSH_CUSTOM
points to~/.oh-my-zsh/custom
)
git clone https://github.com/jsporna/terragrunt-zsh-plugin \
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/terragrunt
- Add te plugin to the list of plugins in
~/.zshrc
for Oh My Zsh to load:
plugins=(... terragrunt)
- Start new terminal session.
Usage
- Type
terragrunt
oftg
into your prompt and hitTAB
to see available completion options