getDeployerApplications

On this page
Back to index

Summary

Retrieves all the applications in a release.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringoptional
The name of the release.

Usage

Perl

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

ectool

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