Back to index
Summary
Retrieves all components in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. applicationNameStringoptionalName of the application. Specify to search for components scoped to an application. |
Usage
Perl
$cmdr->getComponents( "test-projectName" # projectName # optionals );
ectool
ectool getComponents \ "test-projectName" `# projectName` \ # optionals