getEnvironments

Back to index

Summary

Retrieves all environments in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

$cmdr->getEnvironments( "test-projectName" # projectName );

ectool

ectool getEnvironments \ "test-projectName" `# projectName`

Examples

Perl

$cmdr->getEnvironments("Default");

ectool

ectool getEnvironments "Default"