Back to index
Summary
Retrieves environment deployments for the specified environment.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. |
Usage
Perl
$cmdr->getEnvironmentDeployments( "test-projectName", # projectName "test-environmentName" # environmentName );
ectool
ectool getEnvironmentDeployments \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName`