Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.11 KB

pending_approval.md

File metadata and controls

40 lines (36 loc) · 1.11 KB
title description published date tags editor dateCreated
pending_approval
true
2022-09-18 05:09:41 UTC
markdown
2022-09-18 04:54:09 UTC

CLI > pending

View and manage entries pending approval.

Sub-commands

Sub-command Option Description
list* List pending entries
optional:
--task-name <task_name> Filter by <task_name>
--approved Show only approved entires
--pending Show only pending entires
approve Approve pending entries
positional:
`(<entry_id> all)`
reject Reject pending entries
positional:
`(<entry_id> all)`
clear Clear all unapproved pending entries
optional:
--task-name <task_name> Filter by task name
Includes/TableStylesDiv{.include}

Examples

# List all pending entries
$ flexget pending list

# Approve all pending entries
$ flexget pending approve all