Show TOC

LISTDEVCONF / LCOLocate this document in the navigation structure

Use

LISTDEVCONF

Syntax

listdevconf | lco --all | --devconf <configurationName> [--sld <sld url>] [-u <userName>] [-p <password>]

Arguments

--all

Displays all development configurations from the SLD.

--devconf <configurationName>

Displays the content of the specified development configuration(s). If you want to see the content of 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.

[--sld <sld url>]

URL of the SLD. Here you can specify the URL of the SLD server that contains the development configuration(s). By default, the SLD URL is taken from the currently connected CMS.

[-u <userName>]

User name to connect to the SLD. Needed 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

Command to list development configuration(s) that are available in SLD. By default , the SLD configured in the currently used CMS is taken. There is also an option to have the content of specified development configurations displayed.

Example

lco --all

lco --devconf "DOM1_TRACK1_D, DOM1_TRACK2_D" --sld http://sl d:50000 -u user -p password