Back to Terragrunt

Browse Tui

docs/src/data/experiments/browse-tui.mdx

1.1.31.1 KB
Original Source

Adds the terragrunt browse command, which browses the discovered infrastructure estate in an interactive terminal user interface (TUI).

browse-tui - What it does

With the experiment enabled, terragrunt browse opens a yazi-style, three-column browser of the discovered estate. See the browse command documentation for usage and keybindings.

Running terragrunt browse without the experiment enabled is an error.

browse-tui - How to provide feedback

Provide your feedback on the browse-tui GitHub Discussion.

browse-tui - Criteria for stabilization

To transition the browse-tui feature to a stable release, the following must be addressed:

  • The browser renders large estates without noticeable latency.
  • Actions for running commands against a highlighted unit or stack are implemented.
  • The same TUI is shared with the catalog scaffolding experience.
  • Positive feedback from users browsing real infrastructure estates.
  • Integration tests covering the core browsing workflow.