/terragrunt-zsh-plugin

ZSH plugin to easier work with Terragrunt

Primary LanguageShellMIT LicenseMIT

terragrunt-zsh-plugin #####################

Plugin for Terragrunt adds

  • autocomplete for commands
  • autocomplete for global options
  • alias

Requirements

Install

Oh My Zsh

  1. 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
  1. Add te plugin to the list of plugins in ~/.zshrc for Oh My Zsh to load:
plugins=(... terragrunt)
  1. Start new terminal session.

Usage

  • Type terragrunt of tg into your prompt and hit TAB to see available completion options