HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

koji — Interact with kojihub. Some subcommands such as `build`, `tag-build`, `download-build`, `buildinfo`,

Submitted by: @import:tldr-pages··
0
Viewed 0 times
kojicommandinteractcliwithkojihubsomesubcommands
linux

Problem

How to use the koji command: Interact with kojihub. Some subcommands such as build, tag-build, download-build, buildinfo, call, etc. have their own usage documentation. More information: <https://docs.pagure.org/koji/>.

Solution

koji — Interact with kojihub. Some subcommands such as build, tag-build, download-build, buildinfo, call, etc. have their own usage documentation. More information: <https://docs.pagure.org/koji/>.

Execute a koji subcommand:
koji {{subcommand}}


Introduce yourself to test connectivity with koijhub:
koji moshimoshi


Display help about global options:
koji {{[-h|--help]}}


Display help to get all available commands:
koji help


Display help for a specific subcommand (like build, tag-build, download-build, buildinfo,call, etc.):
koji {{subcommand}} {{[-h|--help]}}


Display version:
koji version

Code Snippets

Execute a koji subcommand

koji {{subcommand}}

Introduce yourself to test connectivity with koijhub

koji moshimoshi

Display help about global options

koji {{[-h|--help]}}

Display help to get all available commands

koji help

Display help for a specific subcommand (like `build`, `tag-build`, `download-build`, `buildinfo`,`call`, etc.)

koji {{subcommand}} {{[-h|--help]}}

Context

tldr-pages: linux/koji

Revisions (0)

No revisions yet.