Skip to content

TUI CLI reference


Open the product terminal interface.

Use this page to inspect every public atoi tui command, its accepted flags, and one runnable example.

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

Read Set up the CLI for the rest of this group, or the CLI reference index for every command.

Was this useful?