Back to index
Summary
Retrieves a deployer configuration.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. stageNameStringrequiredThe name of the stage of a pipeline attached to a release if specified. applicationProjectNameStringoptionalThe name of the project containing specified application. If not specified, it is defaulted to the release project name. deployerConfigurationNameStringoptionalThe name of deployer configuration. If not specified, a system generated GUID is used. deployerTaskNameStringoptionalThe name of the deployer task defined in the provided stage. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->getDeployerConfiguration( "test-projectName", # projectName "test-applicationName", # applicationName "test-stageName" # stageName # optionals );
ectool
ectool getDeployerConfiguration \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-stageName" `# stageName` \ # optionals