getEnvironmentTemplates

Back to index

Summary

Retrieves all environment templates in the specified project.
projectName
Stringrequired
The name for the project that must be unique among all projects.

Usage

Perl

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

ectool

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

Examples

Perl

$cmdr->getEnvironmentTemplates("Default");

ectool

ectool getEnvironmentTemplates "Default"