koji-taginfo

print tag information from a Koji build system

TLDR

Print information about a tag
$ koji taginfo [tag]
Print info for multiple tags
$ koji taginfo [tag1] [tag2]
Display help
$ koji taginfo --help

SYNOPSIS

koji taginfo [options] tag [tag...]

DESCRIPTION

koji taginfo prints basic information about one or more tags from a Koji build system, including the tag ID, permissions, arches, locked status, inheritance chain, and associated build targets. This is useful for inspecting how tags are configured in Fedora, CentOS, and other RPM-based distribution build systems.

PARAMETERS

tag

Tag name to query (can specify multiple).
--event=EVENT
Query at the specified event (for historical state).
--user=USER
Query at the event corresponding to the given user's session.
--inherit
Show inherited information for the tag.
-h, --help
Display help information.

INSTALL

sudo dnf install koji
brew install koji
nix profile install nixpkgs#koji

SEE ALSO

koji(1), koji-tag-build(1)