1.0.80 • Published 1 year ago

tfh v1.0.80

Weekly downloads
-
License
CC BY-NC-ND
Repository
github
Last release
1 year ago

Terraform Progress Bar

* No installation required

Demo

npm.io

Also check out Tree View Demo

Prerequisite

How to use

Pipe output to npx. For example:

Use:

$ terraform plan | npx github:tfbar/web 

Instead of

$ terraform plan

And see the progress bar.

Notes

  • You may also use npm package if preferred
$ terraform plan | npx tfh@latest
  • On windows machine, prefer cmd over powershell for better experience

Permenant Installation

In linux / mac

Add the following line to your favorite shell config file: .zshrc, .bashrc, .bash_profile.

$ iterraform(){ terraform "$@" | npx github:tfbar/web }

Then use like this:

$ iterraform plan

In windows cmd

  • Create a batch file named iterraform.bat and paste the following into it
@ECHO OFF 
terraform %* | npx github:tfbar/web

Then use it like:

$ iterraform.bat apply

Contributing

Pull requests are welcome. Feel free to...

  • Revise documentation
  • Add new features
  • Fix bugs
  • Suggest improvements

License

License CC BY-NC-ND 4.0

1.0.80

1 year ago

1.0.79

1 year ago

1.0.77

1 year ago

1.0.75

1 year ago

1.0.73

1 year ago

1.0.71

1 year ago

1.0.69

1 year ago

1.0.67

1 year ago

1.0.65

1 year ago

1.0.64

1 year ago

1.0.63

1 year ago

1.0.61

1 year ago

1.0.59

1 year ago

1.0.56

1 year ago

1.0.54

1 year ago

1.0.52

1 year ago

1.0.50

1 year ago

1.0.48

1 year ago

1.0.46

1 year ago

1.0.42

1 year ago

1.0.41

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.0

1 year ago