getCatalogs

Back to index

Summary

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

Usage

Perl

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

ectool

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

Examples

Perl

$cmdr->getCatalogs("ENTBU Deploy");

ectool

ectool getCatalogs "ENTBU Deploy"