I am working on a project with Adobe LiveCyle Workbench ES4. I have been tasked with automating our deployment to produciton. This is for the entire project which includes LiveCycle, but I have very little LiveCycle experience.
In our current manual process we copy the XDP (right-click->copy) file from TEST and paste it into PROD using workbench. We then must un-deploy the application, then re-deploy it for the change to take affect.
Is it possible to script the export of an XDP in test and then an import of the XDP into PROD?
Are there any best practices?
Can anyone point me to a resource that might help with automating this?
Is there a command line option for the undeploy\deploy?
I have used Livecycle a lot, and in our environments we did not use workbench to make deployments and passages between environments.
The deploys were made by copying the xdp files to the destination folder. With some script (linux or windows) you can easily automate daily deployments, or whatever you are after.
I am unsure about the usage of workbench, so I don't know if using workbench is a requirement for you...