Sha256: 88772986236a3d03e854e1cb5ef067317c883324835d8ecb26d861570fee2995

Contents?: true

Size: 771 Bytes

Versions: 4

Compression:

Stored size: 771 Bytes

Contents

# export-kiwi — Export System Description as KIWI Image Description

## SYNOPSIS

`machinery export-kiwi` -k | --kiwi-dir 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 existing system description


## EXAMPLES

 * Export the `myhost` system description to `/tmp/myhost-kiwi`:

    $ `machinery` export-kiwi myhost --kiwi-dir=/tmp

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
machinery-tool-1.21.0 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.20.0 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.19.0 manual/docs/machinery-export-kiwi.1.md
machinery-tool-1.18.0 manual/docs/machinery-export-kiwi.1.md