mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 03:02:12 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/koji
Normal file
33
tldr/linux/koji
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user