configurationengine/doc/cli/update.rst
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 ConE update action
       
     2 ===================
       
     3 Running action update
       
     4 Usage: cone update [options]
       
     5 
       
     6 The update functionality is meant for ConfML manipulation in current project (defined with -p). Default value for the current project is the currently working directory. A project can be either a folder or a cpf/zip file.
       
     7 
       
     8 Options list
       
     9 ------------
       
    10   --version             show program's version number and exit
       
    11   -h, --help            show this help message and exit
       
    12   --print-settings      Print all the default settings from the current
       
    13                         setting container.
       
    14   --print-supported-impls
       
    15                         Print all supported ImplML XML namespaces and file
       
    16                         extension.
       
    17   -v LEVEL, --verbose=LEVEL
       
    18                         Print error, warning and information on system out.
       
    19                         Possible choices: Default is 3.
       
    20                         NONE (all)    0
       
    21                         CRITICAL      1
       
    22                         ERROR         2
       
    23                         WARNING       3
       
    24                         INFO          4
       
    25                         DEBUG         5
       
    26   --log-file=FILE       Location of the used log file. Default is 'cone.log'
       
    27   -c CONFIG, --configuration=CONFIG
       
    28                         defines the name of the configuration for the action
       
    29   -p STORAGE, --project=STORAGE
       
    30                         defines the location of current project. Default is
       
    31                         the current working directory.
       
    32 
       
    33   Update options:
       
    34     The update functionality is meant for ConfML manipulation in current
       
    35     project (defined with -p). Default value for the current project is
       
    36     the currently working directory. A project can be either a folder or a
       
    37     cpf/zip file.
       
    38 
       
    39     -m META, --add-meta=META
       
    40                         Add given metadata to defined configuration.Example
       
    41                         --add-meta "owner=John Cone" -m product=E75
       
    42     --add-cpf-meta=CPFMETA
       
    43                         Add given CPF identification metadata to defined
       
    44                         configuration.Example --add-cpf-meta
       
    45                         "coreplat_name=Platform1"
       
    46     -d DESC, --add-desc=DESC
       
    47                         Add given description to defined configuration.Example
       
    48                         --add-desc "Customer one CPF" -d Description1
       
    49     --remove-meta=META  Removes given metadata from defined
       
    50                         configuration.Example --remove-meta owner --remove-
       
    51                         meta coreplat_name
       
    52     --remove-desc       Removes description from defined configuration.Example
       
    53                         --remove-desc
       
    54     --add-data=DATA     Add given ConfML data to defined configuration.Example
       
    55                         --add-data "KCRUidAvkon.KAknDefaultAppOrientation=1"