configurationengine/doc/cli/info.rst
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 ConE info action
       
     2 ================
       
     3 Running action info
       
     4 Usage: cone info [options]
       
     5 
       
     6 The info functionality is meant for printing information about the contents of a CPF/ZIP file or Configuration Project (folder).
       
     7 Examples
       
     8 --------
       
     9 
       
    10 **Get a list of root configurations inside the project**::
       
    11 
       
    12     >cd configproject_root
       
    13     >cone info 
       
    14 
       
    15 or use the option -p|--project to point to the configuration project root::
       
    16 
       
    17     >cone info --project=configproject_root 
       
    18 
       
    19 **Get a list of root configurations inside a carbon storage (Available in ConE 1.2)**::
       
    20 
       
    21     >cone info --project=http://carbonqa.nokia.com/extapi
       
    22 
       
    23 Options list
       
    24 ------------
       
    25   --version             show program's version number and exit
       
    26   -h, --help            show this help message and exit
       
    27   --print-settings      Print all the default settings from the current
       
    28                         setting container.
       
    29   --print-supported-impls
       
    30                         Print all supported ImplML XML namespaces and file
       
    31                         extension.
       
    32   -v LEVEL, --verbose=LEVEL
       
    33                         Print error, warning and information on system out.
       
    34                         Possible choices: Default is 3.
       
    35                         NONE (all)    0
       
    36                         CRITICAL      1
       
    37                         ERROR         2
       
    38                         WARNING       3
       
    39                         INFO          4
       
    40                         DEBUG         5
       
    41   --log-file=FILE       Location of the used log file. Default is 'cone.log'
       
    42   -c CONFIG, --configuration=CONFIG
       
    43                         defines the name of the configuration for the action
       
    44   -p STORAGE, --project=STORAGE
       
    45                         defines the location of current project. Default is
       
    46                         the current working directory.
       
    47   --dump-api=FILE       Write the confml feature api string representation to
       
    48                         a file.
       
    49 
       
    50   Info options:
       
    51     The info functionality is meant for printing information about the
       
    52     contents of a cpf/zip file or Configuration Project (folder).
       
    53 
       
    54     --template=FILE     Template used in a report generation.Example -t
       
    55                         report_template.html.