Back to index
Summary
Retrieves the manifest for a specified artifact version. The manifest includes a list of files and directories in the artifact version and its checksum file.artifactVersionNameStringrequiredThe name of the artifact version whose manifest you want to retrieve. |
Usage
Perl
$cmdr->getManifest( "test-artifactVersionName" # artifactVersionName );
ectool
ectool getManifest \ "test-artifactVersionName" `# artifactVersionName`