Export a Deployment Package
Export a deployment package (DAR file) using the Deploy GUI
- Click Explorer.
- Expand Applications, then expand the desired application.
- Hover over the desired deployment package or provisioning package and Click , or right click, and select Export.
Export a deployment package (DAR file) Using the command line
To export a deployment package (DAR file) from the Deploy Repository using the CLI, execute this command:
repository.exportDar('/example/folder','/Applications/app_sample/1.0')
The displayed output:
admin > repository.exportDar('/example/folder','/Applications/app_sample/1.0')
finished writing file to /example/folder/app_sample-1.0.dar