Run Archi (archimatetool.com) from command line.
1.3K
The Archimate Modeleing Tool can be found here : https://github.com/archimatetool/archi
The image allows to run Archi command line. It as the Collaboration Plugin.
4.7.0 ea20.5.4.202002281020When using an archimate file :
docker run --rm -it -v $PWD/output:/output -v $PWD/my-model-directory:/model:ro archimatetool --html.createReport /output/report --loadModel /model/model.archimate
When using Collaboration plugin :
docker run --rm -it -v $PWD/output:/output -v $PWD/my-git-project:/model:ro archimatetool --html.createReport /output/report --modelrepository.loadModel /model/
Content type
Image
Digest
Size
233.3 MB
Last updated
over 6 years ago
docker pull qbarlas/archimatetool