platform-tui is the official terminal interface to Golain. It ships from the ilyama repository underDocumentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
tools/platform-tui/.
Use it two ways:
| Mode | How | Best for |
|---|---|---|
| TUI | Run platform-tui with no subcommand | Interactive browsing, stats, live event stream |
| CLI | platform-tui <command> [flags] | Scripts, CI, JSON output |
Install
→ Install platform-tuiQuick example
Global flags
| Flag | Default | Description |
|---|---|---|
--profile | default | Named credential profile |
--output | table | table, json, or jsonl |
--yes | false | Skip confirmation prompts |
0 success · 1 error · 2 not found.
Feature parity with console
| Area | CLI support |
|---|---|
| Orgs, projects, fleets, devices | Full CRUD |
| Tags | Full CRUD |
| OTA releases & deployments | Full CRUD + trigger/cancel |
| Integrations | List accounts & bindings |
| Users | List org members |
| Events | Audit, MQTT, TSDB snapshots + live SSE watch |
| Edge sync | Lineages, schema reviews, staged/written rows |
TUI highlights
Interactive screens include Stats & graphs, Event stream, Data explorer (QueryScript), and Edge sync governance. See TUI guide.vs Golain CLI
| platform-tui | golain-cli | |
|---|---|---|
| Scope | Full platform API | Devices + SSH focus |
| Output | table/json/jsonl | Human tables |
| TUI | Yes | No |
| SSH to device | No | Yes (golain ssh) |
platform-tui for fleet ops, golain-cli for field SSH.
Login & profiles
Zitadel device authorization flow.
CLI reference
All subcommands and examples.