mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
748 B
Plaintext
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`
|