mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00

* pages/*: reword descriptions to comply with the style guide --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
388 B
388 B
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