1compose-list(1) General Commands Manual compose-list(1)
2
3
4
6 compose-list - list and query composes in a directory
7
9 compose-list [OPTIONS...] DIR
10
12 compose-list shows all composes in a directory and allows to query them
13 based on different attributes.
14
15 Additionally, it can generate next compose ID that will be used.
16
18 -h, --help
19 Print help and exit.
20
21 --short=SHORT_NAME
22 Only work with composes from releases with this short name.
23
24 --name=NAME
25 Only work with composes from releases with this name.
26
27 --ver=VERSION
28 Only work with composes from releases with this version.
29
30 --status=STATUS
31 Only work with composes with this status.
32
33 --precedes=COMPOSE_ID
34 Show which compose precedes the given one.
35
36 --next Show next compose ID that will be used.
37
38 If you have composes for multiple releases in the same directory, the
39 last two options will need filtering to only match composes for a sin‐
40 gle release.
41
43 On success, this tools exits with status code of 0. On failure, the
44 exit code will be 1.
45
47 Please report bugs at
48 https://pagure.io/compose-utils/issues
49
50
51
52 compose-list(1)