removeDependentsFromArtifactVersion

On this page
Back to index

Summary

Removes a list of dependent artifact versions from an existing artifact version.
artifactVersionName
Stringrequired
The name of the artifactVersion.
dependentArtifactVersions
Stringoptional
List of dependent artifactVersions to add/remove from the artifactVersion.

Usage

Perl

$cmdr->removeDependentsFromArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );

ectool

ectool removeDependentsFromArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals