archi-contribs / snow-import-plugin

Service Now import plugin
Other
14 stars 5 forks source link

Feature request: support ServiceNow plugin in ACLI #10

Open Manj75 opened 4 years ago

Manj75 commented 4 years ago

Based on our discussion on the Archi forum it would be of great benefit to have the 'import ServiceNow' available as a command line option of the ACLI. The CSV and XML Open Exchange Import is already supported, and would be great if SN plugin added an option keeping in line with the current CLI standard. It would look like:

Archi -application com.archimatetool.commandline.app -consoleLog -nosplash --servicenow.import <*.ini file>

Existing import options support of the format:

Archi -application com.archimatetool.commandline.app -consoleLog -nosplash --csv.import <*.csv file> Archi -application com.archimatetool.commandline.app -consoleLog -nosplash --xmlexchange.import <*.xml file>

Thanks, Manjit

herve91 commented 4 years ago

I will have a look to the CLI part of Archi and check how to achieve this.