I have DITA content, map, topics, ... and would like to import this content and create publication from command line or some other mechanism that can be automated. How can I do that?
I have DITA content, map, topics, ... and would like to import this content and create publication from command line or some other mechanism that can be automated. How can I do that?
Hi Enis,
On the content like map, topics and images you could use UI-based client tools "Content Importer" which can also be run in commandline mode.
If you want to go to the next level you could use the Web Services API. See TD14SP2 - Content Manager API
Windows PowerShell module https://github.com/sdl/ISHRemote is on top of the WCF-SOAP web services API. There some webinars on ISHRemote linked in the community here. The tests around Add-IShPublicationOutput, although heavy on ramp-up/ramp-down, are here AddIshPublicationOutput.Tests.ps1 They are always next to the API implementation in C#.
Best wishes,
Dave