Sha256: 54d73df87a40ff391f5afab8a032076267a2ffc8bb9c9166cfb88103f84831ae
Contents?: true
Size: 778 Bytes
Versions: 8
Compression:
Stored size: 778 Bytes
Contents
# export-kiwi — Export System Description as KIWI Image Description ## Synopsis `machinery export-kiwi` -k | --kiwi-dir=DIRECTORY NAME --force `machinery` help export-kiwi ## Description The `export-kiwi` subcommand exports a stored system description as a KIWI image description. ## Arguments * `NAME` (required): Name of the system description. ## Options * `-k KIWI_DIR`, `--kiwi-dir=KIWI_DIR` (required): Write the KIWI image description to a subdirectory at the specified directory. The directory will be created if it does not exist yet. * `--force` (optional): Overwrite an existing output directory. ## Examples * Export the `myhost` system description to `/tmp/myhost-kiwi`: $ `machinery` export-kiwi myhost --kiwi-dir=/tmp
Version data entries
8 entries across 8 versions & 1 rubygems