Back to index
Summary
Removes a deployer configuration associated with a deployer application.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->removeDeployerConfiguration( "test-projectName", # projectName "test-applicationName", # applicationName "test-stageName" # stageName # optionals );
ectool
ectool removeDeployerConfiguration \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-stageName" `# stageName` \ # optionals