Usage
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--app | string | from zwrm.toml | Application name |
--app-id | string | — | Application UUID |
--machine | string | — | Show logs from a specific machine |
--follow, -f | bool | false | Stream logs in real-time |
--lines, -n | int | 100 | Number of lines to show |
Examples
View the last 100 lines:Behavior
- Without
--machine, logs are shown from all machines. - With
--follow, logs are streamed over a WebSocket connection. PressCtrl+Cto stop — the connection is closed gracefully. - Machine IDs support prefix matching. If the prefix is ambiguous, the command will fail with an error.