You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetches or streams logs for a Wherobots job run. Supports following in real time and tailing the last N lines. Use when a user wants to see logs, debug a failed job, tail output, or follow a running job's progress.
Viewing Wherobots Job Run Logs
Command
wherobots job-runs logs <run-id> [flags]
Flags
-f, --follow — stream logs in real time until completion (Ctrl+C to detach)
-t, --tail <N> — last N log lines (batch mode only)
--interval <seconds> — poll interval when following (default: 2)
--output — text (default) or json (not supported with --follow)