Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-14 00:20:50 +00:00
parent 366b13ffac
commit 2f0bb2e110
24 changed files with 260 additions and 33 deletions

25
tldr/linux/koji-cancel Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# koji cancel
> Cancel active tasks running on the Koji build system.
> More information: <https://docs.pagure.org/koji/>.
- Cancel a task by its ID:
`koji cancel {{task_id}}`
- Cancel multiple tasks:
`koji cancel {{task_id1 task_id2 ...}}`
- Cancel a task with verbose output:
`koji cancel --verbose {{task_id}}`
- Display help:
`koji cancel {{[-h|--help]}}`