Back to index
Summary
Removes a deployer application for a release.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationProjectNameStringoptionalThe name of the project containing the specified application. If not specified, it defaults to the release project name. deployerApplicationNameStringoptionalThe name of the deployer application. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->removeDeployerApplication( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );
ectool
ectool removeDeployerApplication \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals