Archi Forum

Archi => General Archi Discussion => Topic started by: asc on November 23, 2021, 10:13:50 AM

Title: Command Line HTML Report problem
Post by: asc on November 23, 2021, 10:13:50 AM
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.
Title: Re: Command Line HTML Report problem
Post by: Phil Beauvoir on November 23, 2021, 10:18:19 AM
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
Title: Re: Command Line HTML Report problem
Post by: asc on November 23, 2021, 12:54:17 PM
Thank you  :)