1.0.80 • Published 2 years ago

tfh v1.0.80

Weekly downloads
-
License
CC BY-NC-ND
Repository
github
Last release
2 years 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

2 years ago

1.0.79

2 years ago

1.0.77

2 years ago

1.0.75

2 years ago

1.0.73

2 years ago

1.0.71

2 years ago

1.0.69

2 years ago

1.0.67

2 years ago

1.0.65

2 years ago

1.0.64

2 years ago

1.0.63

2 years ago

1.0.61

2 years ago

1.0.59

2 years ago

1.0.56

2 years ago

1.0.54

2 years ago

1.0.52

2 years ago

1.0.50

2 years ago

1.0.48

2 years ago

1.0.46

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago