mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 04:44:43 +00:00
22 lines
454 B
Plaintext
22 lines
454 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# koji buildinfo
|
|
|
|
> Print basic information about a build.
|
|
> More information: <https://docs.pagure.org/koji/>.
|
|
|
|
- Print basic information:
|
|
|
|
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}}`
|
|
|
|
- Print basic information with changelog:
|
|
|
|
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}} --changelog`
|
|
|
|
- Display help:
|
|
|
|
`koji buildinfo {{[-h|--help]}}`
|