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]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--dry-run | boolean | Print the resolved TUI binary and arguments without opening it. | ||
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run tui
atoi tui --dry-run --json
Was this useful?