mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
481 B
Plaintext
26 lines
481 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# kiwi-ng
|
|
|
|
> An OS image and appliance builder.
|
|
> More information: <https://osinside.github.io/kiwi/>.
|
|
|
|
- Build an appliance:
|
|
|
|
`kiwi-ng system build --description={{path/to/directory}} --target-dir={{path/to/directory}}`
|
|
|
|
- Show build result of built appliance:
|
|
|
|
`kiwi-ng result list --target-dir={{path/to/directory}}`
|
|
|
|
- Display help:
|
|
|
|
`kiwi-ng help`
|
|
|
|
- Display version:
|
|
|
|
`kiwi-ng -v`
|