Files
cheatsheet-tldr/tldr/linux/koji
2025-12-20 00:20:53 +00:00

35 lines
748 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`