Any chance of getting command line options for exporting a project/docs? I would like to automate portions of our development process, and some hooks for project and documentation export would be very helpful. I would further love a way to import/compile from cli also, but that's less of an issue.
Announcement
Collapse
No announcement yet.
Command line interface
Collapse
X
-
For which product?If you have an urgent issue, please contact AutomationDirect's Technical Support team.
AutomationDirect.com Technical Support: 1(800) 633-0405 or (770) 844-4200 Email Tech Support
-
Do you just need to export a .DMD file as text, or do you want a bunch of command line switches? The former is easy, the latter - not so much.
FYI, on the import side, you can do #include, so it can be a powerful mechanism for generating an entire project based off a system specification of some kind.
#include "SystemConfigABC.txt"
#include "MemConfigXYZ.txt"
#include "Doc789.txt"#include "Logic123.txt"
where your software generates those pieces-parts (sysconfig would have to be predefined set of files that you generate, however).
Comment
Comment