getDeployerConfigurations

Back to index

Summary

Retrieves all configurations in the deployer.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringoptional
The name of the application.
applicationProjectName
Stringoptional
The name of the project containing specified application. If not specified, it is defaulted to the release project name.
releaseName
Stringoptional
The name of the release.
stageName
Stringoptional
The name of the stage of a pipeline attached to a release if specified.

Usage

Perl

$cmdr->getDeployerConfigurations( "test-projectName" # projectName # optionals );

ectool

ectool getDeployerConfigurations \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getDeployerConfigurations("Default", {applicationProjectName => "Quarterly Summaries"});

ectool

ectool getDeployerConfigurations "Default" --applicationProjectName "Quarterly Summaries"