Command Line HTML Report problem

Started by asc, November 23, 2021, 10:13:50 AM

Previous topic - Next topic

asc

Hello,

I try to generate a HTML report website with command line :
Archi -consoleLog -console -nosplash -application com.archimatetool.commandline.app -HTMLReport_InputFile "C:\Users\xxx\test.archimate" -HTMLReport_OutputFolder "C:\Users\xxx\Folder_Report"

This command line doesn't do anything, I have a another command screen that briefly displays "osgi>_" and closes after that.


Thank you for your help.

Phil Beauvoir

#1
I think you must have taken those command line options from an old blog post (https://www.archimatetool.com/blog/2017/11/21/archi-4-1-released/). Since then the options have changed.

Supported options are here:

https://github.com/archimatetool/archi/wiki/Archi-Command-Line-Interface

You need to load a model with --loadModel and create the report with --html.createReport
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.