1KIWI::IMAGE::INFO(8)                 kiwi                 KIWI::IMAGE::INFO(8)
2
3
4

NAME

6       kiwi::image::info   -  Provide  detailed  information  about  an  image
7       description
8

SYNOPSIS

10          kiwi [global options] service <command> [<args>]
11
12          kiwi image info -h | --help
13          kiwi image info --description=<directory>
14              [--resolve-package-list]
15              [--ignore-repos]
16              [--add-repo=<source,type,alias,priority>...]
17          kiwi image info help
18

DESCRIPTION

20       Provides information about the specified image description.  If no spe‐
21       cific  info option is provided the command just lists basic information
22       about the image which could also be directly obtained  by  reading  the
23       image  XML  description  file.   Specifying  an  extension  option like
24       resolve-package-list will cause a dependency resolver to run  over  the
25       list  of packages and thus provides more detailed information about the
26       image description.
27

OPTIONS

29       --add-repo=<source,type,alias,priority>
30              Add repository with given source, type, alias and priority.
31
32       --description=<directory>
33              The description must  be  a  directory  containing  a  kiwi  XML
34              description and optional metadata files.
35
36       --ignore-repos
37              Ignore  all  repository configurations from the XML description.
38              Using that option is usally done with a sequence  of  --add-repo
39              options  otherwise  there  are no repositories available for the
40              processing the requested image information which could  lead  to
41              an error.
42
43       --resolve-package-list
44              Solve  package  dependencies  and  return a list of all packages
45              including their attributes e.g size, shasum, and more.
46

AUTHOR

48       Marcus Schäfer
49
51       2019, Marcus Schäfer
52
53
54
55
569.19.5                           Dec 02, 2019             KIWI::IMAGE::INFO(8)
Impressum