LinuxCommandLibrary

koji-help

Display Koji command help

TLDR

Display all available commands

$ koji help
copy

Display help for specific category (Available categories are: admin, all, bind, build, download, info, misc, monitor, search)
$ koji help [category]
copy

Display help
$ koji help [[-h|--help]]
copy

SYNOPSIS

koji-help [subcommand]

PARAMETERS


    Specific Koji subcommand to display detailed help for (e.g., build, list-tags)

DESCRIPTION

The koji-help command displays usage information for the koji client, a tool for interacting with the Koji distributed RPM build system used by Fedora and EPEL. Koji enables package builders to submit tasks to build hosts, manage tags, repositories, and monitor build progress remotely.

koji-help without arguments lists all available subcommands like build, tag, list, and watch. Specifying a subcommand (e.g., koji-help build) shows detailed syntax, options, and examples for that operation. It serves as a quick reference, inheriting global koji options such as --config for hub configuration.

This utility is invaluable for developers and packagers needing on-the-fly assistance without full man pages or web docs. Typically invoked via the main koji binary as koji help, though some setups symlink it as koji-help.

CAVEATS

Not a standalone binary in standard Koji installs; use koji help instead. Requires authentication config for full context.

COMMON SUBCOMMANDS

build: Submit RPM build task.
tag-build: Tag a successful build.
list-packages: List packages in a tag.

GLOBAL OPTIONS

Inherited: --help (show help), --version (print version), --config=FILE (use alternate config).

HISTORY

Developed as part of Koji project by Fedora Infrastructure team since 2007; help functionality evolved with CLI enhancements in Koji 1.0+ for better usability.

SEE ALSO

koji(1), mock(1), rpmbuild(8), fedpkg(1)

Copied to clipboard