Back to index
Summary
Runs a procedure that creates an application from a deployment package.artifactGroupStringrequiredThe artifact group. artifactKeyStringrequiredThe artifact key. artifactVersionStringrequiredThe artifact version. artifactFileNameStringrequiredThe artifact file name. dslStringStringoptionalThe DSL to pass to invoking procedure. retrieveToFolderStringoptionalThe folder where the artifact is retrieved. The default value is a dot ( . ). |
Usage
Perl
$cmdr->createApplicationFromDeploymentPackage( "test-artifactGroup", # artifactGroup "test-artifactKey", # artifactKey "test-artifactVersion", # artifactVersion "test-artifactFileName" # artifactFileName # optionals );
ectool
ectool createApplicationFromDeploymentPackage \ "test-artifactGroup" `# artifactGroup` \ "test-artifactKey" `# artifactKey` \ "test-artifactVersion" `# artifactVersion` \ "test-artifactFileName" `# artifactFileName` \ # optionals