compose-list - Man Page
list and query composes in a directory
Synopsis
compose-list [Options...] DIR
Description
compose-list shows all composes in a directory and allows to query them based on different attributes.
Additionally, it can generate next compose ID that will be used.
Options
- -h, ā--help
Print help and exit.
- --short=SHORT_NAME
Only work with composes from releases with this short name.
- --name=NAME
Only work with composes from releases with this name.
- --ver=VERSION
Only work with composes from releases with this version.
- --status=STATUS
Only work with composes with this status.
- --precedes=COMPOSE_ID
Show which compose precedes the given one.
- --next
Show next compose ID that will be used.
If you have composes for multiple releases in the same directory, the last two options will need filtering to only match composes for a single release.
Exit Code
On success, this tools exits with status code of 0. On failure, the exit code will be 1.
Bugs
Please report bugs at
https://pagure.io/compose-utils/issues