Skip to content

jsporna/terraform-docs-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-docs-zsh-plugin

Plugin for terraform-docs adds

  • autocomplete for commands
  • autocomplete for global flags
  • autocomplete for command flags
  • alias

Requirements

Installation

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/terraform-docs-zsh-plugin \
    ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/terraform-docs
  1. Add te plugin to the list of plugins in ~/.zshrc for Oh My Zsh to load:
plugins=(... terraform-docs)
  1. Start new terminal session.

Usage

  • Type terraform-docs or tfdocs into your prompt and hit TAB to see available completion options

Releases

No releases published

Packages

No packages published

Languages