Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.33 KB

archive.md

File metadata and controls

42 lines (38 loc) · 1.33 KB
title description published date tags editor dateCreated
archive
true
2022-09-18 05:02:18 UTC
markdown
2022-09-18 04:53:16 UTC

CLI > archive

Search and manipulate the archive plugin database.

Sub-commands

Sub-command Option Description
search* Search from the archive
positional:
<keyword> Keyword(s) to search for
optional:
--tags <tag> [<tag> ...] Tag(s) to search within
--sources <source> [<source> ...] Source(s) to search within
inject Inject entries from the archive back into tasks
positional:
ID Archive ID of an item to inject
optional:
--immortal Injected entries will not be able to be rejected by any plugins
execute arguments:
Arguments from the execute command are allowed here
tag-source Tag all archived entries within a given source
positional:
<source> The source whose entries you would like to tag
<tag> The tag(s) you would like to apply to the entries
consolidate Migrate old archive data to new model. This may take a long time.
Includes/TableStylesDiv{.include}

Examples

#searches the archive for "foo"
$ flexget archive search "foo"