backlog
View or clear entries from the backlog
plugin.
Argument | Option | Description |
---|---|---|
list * |
Show items in backlog | |
positional: | ||
<task_name> |
Limit to items from specified <task_name> |
|
clear |
Clear all items in backlog | |
* supports table-styles |
#lists entries from the backlog of task "foo_task"
$ flexget backlog list foo_task
#lists entries from the backlog of task "foo_task" with porcelain table type
$ flexget backlog --porcelain list foo_task