Skip to content

Commit 83e3c52

Browse files
committed
koji: add page
1 parent 2039587 commit 83e3c52

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pages/linux/koji.md

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

0 commit comments

Comments
 (0)