helix auth login.
Usage
Arguments
| Argument | Description |
|---|---|
INSTANCE | The instance to view logs for. If omitted, an interactive selection prompt will appear |
Available flags
| Flag | Type | Description |
|---|---|---|
--live, -l | Boolean | Stream live logs non-interactively to stdout. Press Ctrl+C to stop |
--range, -r | Boolean | Query historical logs within a time range. Requires --start and/or --end |
--start | String | Start time for range query (ISO 8601, e.g. 2024-01-15T10:00:00Z). Defaults to 15 minutes before end time |
--end | String | End time for range query (ISO 8601, e.g. 2024-01-15T11:00:00Z). Defaults to now |
Interactive TUI mode
When run without flags,helix logs opens an interactive terminal UI with vim-style navigation:
Navigation:
| Key | Action |
|---|---|
Down Arrow | Scroll down one line |
Up Arrow | Scroll up one line |
j | Scroll down one page |
k | Scroll up one page |
zt | Jump to top of logs |
zb | Jump to bottom of logs |
| Key | Action |
|---|---|
l | Switch to live streaming mode |
r | Switch to range mode (select time presets or custom range) |
Esc | Quit |
- Last 15 minutes
- Last 30 minutes
- Last hour
- Custom range (date/time picker)