Skip to content

ittybit log

List or inspect task history

List recent tasks or inspect a specific task by ID.

Without arguments, shows a summary list of recent tasks. With “recent”, shows the full detail of the most recent task(s). With a task ID, shows the full detail of that specific task.

Reads from .ittybit/task_*/task.json in the current directory.

ittybit log [recent | task_id] [flags]
--after string Show tasks after this task ID (list mode)
--before string Show tasks before this task ID (list mode)
-h, --help help for log
--limit int Number of results (list default: 10, detail default: 1)
--cloud Run on Ittybit cloud infrastructure instead of locally
--connection string Connection name to use
--debug Show debug output including ffmpeg commands and stderr
--json Output as JSON
-o, --output string Output file path
--tty Output as human-readable text