Skip to content

TUI

The application provides the command tui which can be used to launch an interactive TUI (Terminal User Interface), in which you can navigate through the different commands and launch them interactively. This is useful for users who prefer a more visual interface than the CLI and users who are looking to learn more about the available commands.

The TUI is powered by Trogon by Textualize, and is automatically generated from the CLI commands. It can be navigated with both mouse and keyboard.

Basic Usage

To start the TUI, run:

harbor tui

This opens a TUI session that looks like this:

TUI

By selecting a command, you can see its description and usage information.

TUI

After adding the required argument and toggling the options you want, pressing CTRL+R will close the TUI and run the command in your terminal.

TUI

Demo