tgdash

Real-time TUI for terragrunt run --all

$ terragrunt run --all plan 2>&1 | tgdash

$ cat demo.gif

tgdash basic usage demo

$ ls features/

Real-time Dashboard

Watch units progress through init, plan, and apply in a clean terminal UI.

Error Detection

Errors are caught and highlighted. Filter to see only failed units with one keypress.

Plan Summaries

See resources to add, change, and destroy at a glance for every unit.

Time Estimates

Historical run data powers per-unit time estimates so you know when it will finish.

Vim Navigation

Navigate with j/k, search with /, expand with Enter. Feels like home.

Two Views

Dashboard view for detail, list view for overview. Switch with Tab.

$ cat INSTALL

From source

go install github.com/garbas/tgdash@latest

With Nix

nix run github:garbas/tgdash