Use the exportDeploymentManifest command to export the current deployment manifest, the DEPLOYMENT.MF file, from an enterprise bundle archive (EBA) asset. You might want to do this to save the information, or to import it into another identical application.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
print AdminTask.help('OSGiApplicationCommands')
print AdminTask.help('command_name')
This command exports the current deployment manifest from an EBA asset.
None.
None.
None.
AdminTask.exportDeploymentManifest('[-asset
com.ibm.ws.eba.example.blabber.app.eba -path /test/temp/]')