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