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 make it available for manual update before re-importing it.
To run the command, use the AdminTask object of the wsadmin scripting client.
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/]')