1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/kiwi-ng.md

21 lines
388 B
Markdown
Raw Normal View History

2021-11-02 13:12:24 +01:00
# kiwi-ng
> An OS image and appliance builder.
2021-11-02 13:12:24 +01:00
> 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`