koji list-btypes

usage: koji list-btypes [-h] [--build NVR] [--json] [--quiet]

List BTypes

optional arguments:
  -h, --help   show this help message and exit
  --build NVR  List the BTypes in a given build
  --json       Output as JSON
  --quiet, -q  Output just the BType names

List the available BTypes (build types) in the koji instance.

If the --build option is specified, then output only those types present in the given build.

References