Files
cheatsheet-tldr/tldr/linux/koji-help
2025-11-19 00:20:57 +00:00

22 lines
475 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# koji help
> Display help information for Koji commands.
> More information: <https://docs.pagure.org/koji/HOWTO/#exploring-koji>.
- Display all available commands:
`koji help`
- Display help for specific category (Available categories are: admin, all, bind, build, download, info, misc, monitor, search):
`koji help {{category}}`
- Display help:
`koji help {{[-h|--help]}}`