Skip to main content

Usage

zwrm logs
View console output from your application’s VMs.

Flags

FlagTypeDefaultDescription
--appstringfrom zwrm.tomlApplication name
--app-idstringApplication UUID
--machinestringShow logs from a specific machine
--follow, -fboolfalseStream logs in real-time
--lines, -nint100Number of lines to show

Examples

View the last 100 lines:
zwrm logs
Stream logs in real-time:
zwrm logs -f
View logs from a specific machine:
zwrm logs --machine abc123
Show the last 500 lines:
zwrm logs -n 500

Behavior

  • Without --machine, logs are shown from all machines.
  • With --follow, logs are streamed over a WebSocket connection. Press Ctrl+C to stop — the connection is closed gracefully.
  • Machine IDs support prefix matching. If the prefix is ambiguous, the command will fail with an error.