Command
nylas demo tui
Interactive demo TUI.
Written by Qasim Muhammad Staff SRE
What does nylas demo tui do?
The nylas demo tui command launches a k9s-style terminal demo with sample email, calendar, and contact data. Use it to explore navigation, themes, and core workflows without setup.
Usage
nylas demo tui [resource] [flags]Flags
| Flag | Description |
|---|---|
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |
| --refresh | Refresh interval in seconds (default: 3) |
| --theme | Color theme: k9s, amber, green, apple2, vintage, ibm, futuristic, matrix, norton |
Examples
Launch the demo dashboard
nylas demo tuiOpen the messages view directly
nylas demo tui messagesStart the demo with the amber theme
nylas demo tui --theme amberExample output
Launching demo TUI (no credentials required)...
Sample emails, events, and contacts loaded.
Navigate: j/k move, enter open, : command, / filter, ? help
Press Ctrl+C to quit.Troubleshooting
Demo TUI does not render correctly
Resize the terminal window or try a terminal that supports full-screen TUI applications, then launch the demo again.
Run nylas demo tui --help for full help output.