getEnvironmentDeployments

Back to index

Summary

Retrieves environment deployments for the specified environment.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringrequired
The name of the environment.

Usage

Perl

$cmdr->getEnvironmentDeployments( "test-projectName", # projectName "test-environmentName" # environmentName );

ectool

ectool getEnvironmentDeployments \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName`

Examples

Perl

$cmdr->getEnvironmentDeployments("Default", "PROD");

ectool

ectool getEnvironmentDeployments "Default" "PROD"