mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

--------- Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
20 lines
475 B
Markdown
20 lines
475 B
Markdown
# flexget
|
|
|
|
> A multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc.
|
|
> More information: <https://flexget.com/en/CLI>.
|
|
|
|
- Run all Flexget tasks now:
|
|
|
|
`flexget execute --now`
|
|
|
|
- Start the Flexget daemon and daemonize its process:
|
|
|
|
`flexget daemon start --daemonize`
|
|
|
|
- List all series recorded in Flexget:
|
|
|
|
`flexget series list`
|
|
|
|
- Run a task from a config file:
|
|
|
|
`flexget -c {{path/to/config.yml}} execute --task {{task_name}}`
|