Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/linux/koji.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# koji

> Interact with kojihub.
> 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 --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}} --help`

- Display version:

`koji version`