Show TOC

DOWNLOADDEVCONF / DCOLocate this document in the navigation structure

Use

DOWNLOADDEVCONF

Syntax

downloaddevconf | dco --all | --devconf <configurationName(s)> [-f <fileName(s)>] [--path <targetDirectory>] [--yo] [--sld <sld url>] [-u <username>] [-p <password>]

Arguments

--all

Downloads all development configurations from the SLD.

--devconf <configurationName(s)>

Development configurations to download. You have to specify the name of the configuration that should be downloaded. To find out which development configurations are available, use command listdevconf (lco) . If you want to download more than one development configuration, you can provide a comma (,)-separated list of development configuration names. You have to enclose this list in double quotes (").

The development configuration name is case sensitive.

[-f <fileName(s)>]

File name(s) to save the configuration(s) to. You can only specify the name of the files to save to. If you want to save under a special directory, you also have to use option --path .

If you want to download more than one development configuration, you can provide a comma (,)-separated list of filenames. The first mentioned configuration in --devconf is saved in the first file name and so on. You have to enclose this list in double quotes (").

The file names list must contain the same number of file names as the configuration names list.

[--path <targetDirectory>]

Path to the target directory where the configurations should be stored. If the path contains spaces you have to enclose it in double quotes ("). Use slash (/) as the path separator.

[--yo]

Enables automatic overwriting of old files. Without this option you are asked whether you want to overwrite the existing file or to choose another name.

[--sld <sld url>]

URL of SLD. Here you can specify the URL of the SLD server that contains the development configurations. By default the SLD URL is taken from the currently connected CMS.

[-u <userName>]

User name to connect to SLD. It is required if the user/password combination on SLD is not the same as on the connected CMS, or if you want to connect to another SLD with option --sld .

[-p <password>]

Password for the user to connect to SLD.

Description

D ownload s development configurations from SLD. By default the SLD c onfigured in the currently used CMS is taken. If the specified path or filename is not absolute, the development configurations will be downloaded to the specified folder or a folder called in the run directory of CMS tool. devconfs

Example

dco --devconf "DOM1_TRACK1_D, DOM1_TRACK2_D"

dco --devconf "DOM1_TRACK1_D, DOM1_TRACK2_D" --path "C:/MyDevConfs" --f "track1, track2"

dco --all --path "C:/MyDevConfs" --sld http://sld:50000 -u user -p password