Skip to main content
Version: Deploy 23.3

Export a deployment package

This topic covers how to export a deployment package (DAR file) from Deploy using both the GUI and the command line.

Export a deployment package (DAR file) using the Deploy GUI

  1. Click Explorer.
  2. Expand Applications, then expand the desired application.
  3. Hover over the desired deployment package or provisioning package and Click Explorer action menu, 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