Skip to content

Commit 3b0a11f

Browse files
DustMerlinManagor
andauthored
koji: add page (#19180)
* koji: add page * Add koji version and move 'koji {{subcommand}} --help' to the end of page * Add colon * Adjust the order of content * Apply suggestion from @Managor Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
1 parent ecd5c9e commit 3b0a11f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/koji.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# koji
2+
3+
> Interact with kojihub.
4+
> More information: <https://docs.pagure.org/koji>.
5+
6+
- Execute a koji subcommand:
7+
8+
`koji {{subcommand}}`
9+
10+
- Introduce yourself to test connectivity with koijhub:
11+
12+
`koji moshimoshi`
13+
14+
- Display help about global options:
15+
16+
`koji --help`
17+
18+
- Display help to get all available commands:
19+
20+
`koji help`
21+
22+
- Display help for a specific subcommand (like `build`, `tag-build`, `download-build`, `buildinfo`,`call`, etc.):
23+
24+
`koji {{subcommand}} --help`
25+
26+
- Display version:
27+
28+
`koji version`

0 commit comments

Comments
 (0)