1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

flexget: add page (#15023)

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
KamaleiZestri 2024-12-04 08:13:15 -06:00 committed by GitHub
parent 70daf74a45
commit 1eb5d09fff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/common/flexget.md Normal file
View file

@ -0,0 +1,20 @@
# 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}}`