The developers of this sphinx extension decided to delete the module on pip and also the source from git... it's dead. Thus I replaced the dynamic usage output in the manual pages with the static version
39 lines
968 B
ReStructuredText
39 lines
968 B
ReStructuredText
kiwi result bundle
|
|
==================
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
.. code-block:: bash
|
|
|
|
kiwi [global options] service <command> [<args>]
|
|
|
|
kiwi result bundle -h | --help
|
|
kiwi result bundle --target-dir=<directory> --id=<bundle_id> --bundle-dir=<directory>
|
|
kiwi result bundle help
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
Create result bundle from the image build results in the specified target
|
|
directory. Each result image will contain the specified bundle identifier
|
|
as part of its filename. Uncompressed image files will also become xz
|
|
compressed and a sha sum will be created from every result image.
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
--bundle-dir=<directory>
|
|
|
|
directory containing the bundle results, compressed versions of
|
|
image results and their sha sums
|
|
|
|
--id=<bundle_id>
|
|
|
|
bundle id, could be a free form text and is appended to the image
|
|
version information if present as part of the result image filename
|
|
|
|
--target-dir=<directory>
|
|
|
|
directory containing the kiwi build results
|