ittybit tasks
List, inspect, or create tasks
Synopsis
Section titled “Synopsis”List recent tasks, inspect a specific task, or create a new task.
Without arguments, lists recent tasks. With a task ID, shows the full detail of that task. Use “tasks create —body” to create a task from JSON.
ittybit tasks [task_id] [flags]Options
Section titled “Options” --after string Show tasks after this task ID --before string Show tasks before this task ID -h, --help help for tasks --kind string Filter by task kind (e.g. video, audio, image) --limit int Number of results (default: 10) --status string Filter by status (e.g. succeeded, failed)Options inherited from parent commands
Section titled “Options inherited from parent commands” --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 textSEE ALSO
Section titled “SEE ALSO”- ittybit - Media processing CLI
- ittybit tasks create - Create and run a task from JSON