1BKR-DISTROS-LIST(1)                 Beaker                 BKR-DISTROS-LIST(1)
2
3
4

NAME

6       bkr-distros-list - List Beaker distros
7

SYNOPSIS

9       bkr distros-list [options]
10         [--tag <tag>] [--name <name>] [--family <family>]
11         [--distro-id <distroid>] [--limit <number>] [--format <format>]
12
13

DESCRIPTION

15       Prints to stdout the details of all matching Beaker distros.
16

OPTIONS

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

EXIT STATUS

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

EXAMPLES

48       List details of all RHEL6 distros with the RELEASED tag:
49
50          bkr distros-list --family RedHatEnterpriseLinux6 --tag RELEASED
51

HISTORY

53       Prior  to version 0.9, this command also accepted --treepath, --labcon‐
54       troller, and --arch filter options. Use bkr distro-trees-list instead.
55

SEE ALSO

57       bkr(1), bkr-distro-trees-list(1)
58

AUTHOR

60       The Beaker team <beaker-devel@lists.fedorahosted.org>
61
63       2013, Red Hat, Inc
64
65
66
67
6826.3                             Jan 31, 2019              BKR-DISTROS-LIST(1)
Impressum