Skip to content
DevelopersTerminal

TUI CLI reference


Open the product terminal interface.

On this page

Use this page to inspect every public atoi tui command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.

atoi tuiOpen the product terminal interface.

#tui

Open the interactive Atoi terminal client.

atoi tui [--dry-run]

FlagTypeDefaultValuesWhat it does
--dry-runbooleanPrint the resolved TUI binary and arguments without opening it.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run tui

bash
atoi tui --dry-run --json

Was this useful?