createApplicationFromDeploymentPackage

On this page
Back to index

Summary

Runs a procedure that creates an application from a deployment package.
artifactGroup
Stringrequired
The artifact group.
artifactKey
Stringrequired
The artifact key.
artifactVersion
Stringrequired
The artifact version.
artifactFileName
Stringrequired
The artifact file name.
dslString
Stringoptional
The DSL to pass to invoking procedure.
retrieveToFolder
Stringoptional
The 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