1BKR-DISTROS-LIST(1) Beaker BKR-DISTROS-LIST(1)
2
3
4
6 bkr-distros-list - List Beaker distros
7
9 bkr distros-list [options]
10 [--tag <tag>] [--name <name>] [--family <family>]
11 [--distro-id <distroid>] [--limit <number>] [--format <format>]
12
13
15 Prints to stdout the details of all matching Beaker distros.
16
18 --tag <tag>
19 Limit to distros which have been tagged in Beaker with <tag>.
20
21 --name <name>
22 Limit to distros with the given name. <name> is interpreted as a
23 SQL LIKE pattern (the % character matches any substring).
24
25 --family <family>
26 Limit to distros of the given family (major version), for exam‐
27 ple RedHatEnterpriseLinuxServer5.
28
29 --distro-id <distroid>
30 Limit to distros of the given distroid.
31
32 --limit <number>
33 Return at most <number> distros.
34
35 --format <format>
36 Display results in the given format, either tabular or json.
37 The tabular format is verbose and intended for human consump‐
38 tion, whereas the json format is machine-readable. The default
39 is tabular.
40
41 Common bkr options are described in the Options section of bkr(1).
42
44 Non-zero on error, otherwise zero. If no distros match the given cri‐
45 teria this is considered to be an error, and the exit status will be 1.
46
48 List details of all RHEL7 distros with the RELEASED tag:
49
50 bkr distros-list --family RedHatEnterpriseLinux7 --tag RELEASED
51
53 Prior to version 0.9, this command also accepted --treepath,
54 --labcontroller, and --arch filter options. Use bkr distro-trees-list
55 instead.
56
58 bkr(1), bkr-distro-trees-list(1)
59
61 The Beaker team <beaker-devel@lists.fedorahosted.org>
62
64 2013-2022 Red Hat, Inc.
65
66
67
68
6928.3 Jul 20, 2022 BKR-DISTROS-LIST(1)