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

Version Path
machinery-tool-1.24.1 manual/docs/docs/machinery-export-kiwi.1.md
machinery-tool-1.24.0 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.23.1 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.23.0 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.22.3 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.22.2 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.22.1 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.22.0 manual/docs/machinery-export-kiwi.1.md