1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 18:55:25 +02:00

kiwi-ng: add page (#7264)

This commit is contained in:
Quang Tran 2021-11-02 13:12:24 +01:00 committed by GitHub
parent f300805391
commit 048bcdd38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/common/kiwi-ng.md Normal file
View file

@ -0,0 +1,20 @@
# kiwi-ng
> KIWI NG is 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`