The current design of the documentation does not allow for continous improvement and development. It's missing a basic structure and concept for documenting step-by-step workflows and generic explanations.
30 lines
626 B
ReStructuredText
30 lines
626 B
ReStructuredText
kiwi result list
|
|
================
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
.. code-block:: bash
|
|
|
|
kiwi [global options] service <command> [<args>]
|
|
|
|
kiwi result list -h | --help
|
|
kiwi result list --target-dir=<directory>
|
|
kiwi result list help
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
List build results from a previous build or create command.
|
|
Please note if you build an image several times with the same
|
|
target directory the build result information will be overwritten
|
|
each time you build the image. Therefore the build result list
|
|
is valid for the last build
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
--target-dir=<directory>
|
|
|
|
directory containing the kiwi build results
|