Back to index
Summary
Retrieves a release by name.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. releaseFlowRuntimeMappingArrayoptionalMap of releaseId and flowRuntimeId. |
Usage
Perl
$cmdr->getRelease( "test-projectName", # projectName "test-releaseName" # releaseName # optionals );
ectool
ectool getRelease \ "test-projectName" `# projectName` \ "test-releaseName" `# releaseName` \ # optionals