1compose-has-build(1) General Commands Manual compose-has-build(1)
2
3
4
6 compose-has-build - check for existence of a build in a compose
7
9 compose-has-build [OPTIONS...] COMPOSE_PATH NVR
10
12 compose-has-build checks metadata in the compose and checks if the
13 given build is present. The build can be specified either as NVR or as
14 full NEVR. If there is no epoch, a build with any epoch will match.
15
17 -h, --help
18 Print help and exit.
19
20 -q, --quiet
21 Do not print any output, just indicate result in exit code.
22
24 When build is present, this tool exits with status code of 0. When
25 build is missing, the exit code will be 1.
26
28 Please report bugs at
29 https://pagure.io/compose-utils/issues
30
31
32
33 compose-has-build(1)