getComponents

On this page
Back to index

Summary

Retrieves all components in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
applicationName
Stringoptional
Name 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