tfh

1.0.80 • Public • Published

Terraform Progress Bar

* No installation required

Demo

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

Package Sidebar

Install

npm i tfh

Weekly Downloads

0

Version

1.0.80

License

CC BY-NC-ND

Unpacked Size

58 kB

Total Files

13

Last publish

Collaborators

  • oferc1