snippetbashTip
koji — Interact with kojihub. Some subcommands such as `build`, `tag-build`, `download-build`, `buildinfo`,
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 moshimoshiDisplay help about global options:
koji {{[-h|--help]}}Display help to get all available commands:
koji helpDisplay help for a specific subcommand (like
build, tag-build, download-build, buildinfo,call, etc.):koji {{subcommand}} {{[-h|--help]}}Display version:
koji versionCode Snippets
Execute a koji subcommand
koji {{subcommand}}Introduce yourself to test connectivity with koijhub
koji moshimoshiDisplay help about global options
koji {{[-h|--help]}}Display help to get all available commands
koji helpDisplay 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.