1BKR-TASK-LIST(1) Beaker BKR-TASK-LIST(1)
2
3
4
6 bkr-task-list - List tasks in Beaker's task library
7
9 bkr task-list [options]
10 [--type <type> ...] [--package <package> ...] [--distro <name>]
11 [--xml [--params <name>=<value> ...]]
12
13
15 Prints to stdout a list of matching tasks from the Beaker task library.
16
18 --type <type>
19 Limit to tasks of type <type>. This corresponds to the Type:
20 field in the task metadata and on the task page in Beaker's web
21 UI.
22
23 This option may be specified more than once, in which case an
24 "or" operator is applied. That is, a task will be listed if it
25 matches any of the given types.
26
27 --package <package>
28 Limit to tasks which apply to <package>. This corresponds to the
29 RunFor: field in the task metadata, and the Run For field on the
30 task page in Beaker's web UI.
31
32 This option may be specified more than once, in which case an
33 "or" operator is applied. That is, a task will be listed if it
34 applies to any of the given packages.
35
36 --destructive
37 Limit to tasks which are destructive (Note: excludes both
38 non-destructive and unmarked tasks).
39
40 --non-destructive
41 Limit to tasks which are non-destructive (Note: excludes both
42 destructive and unmarked tasks).
43
44 --distro <name>
45 Limit to tasks which apply to distro <name>.
46
47 --xml Output task listing as XML, with one <task/> element per task.
48 This output is suitable for inclusion inside the <tasks/> ele‐
49 ment of a Beaker XML job.
50
51 --params <name>=<value>
52 When --xml is passed, this will cause a <param/> element to be
53 added inside each <task/> element.
54
55 Common bkr options are described in the Options section of bkr(1).
56
58 Non-zero on error, otherwise zero.
59
61 List all regression tests which apply to the apache or tomcat6 pack‐
62 ages:
63
64 bkr task-list --type=Regression --package=apache --package=tomcat6
65
67 Prior to version 0.9, this command accepted --install_name instead of
68 --distro.
69
71 bkr(1)
72
74 The Beaker team <beaker-devel@lists.fedorahosted.org>
75
77 2013-2023 Red Hat, Inc.
78
79
80
81
8228.3 Jan 18, 2023 BKR-TASK-LIST(1)