Use the importDeploymentManifest command to import a deployment manifest to an enterprise bundle archive (EBA) asset. When you import the file, the bundles are resolved. If the bundles cannot be resolved, the import does not complete and an exception message is generated.
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')
AdminConfig.save()
This command imports a deployment manifest to an EBA asset.
None.
None.
None.
AdminTask.importDeploymentManifest('[-asset com.ibm.ws.eba.example.blabber.app.eba -file /test/temp/DEPLOYMENT.MF]')