Sign inSign up

qbarlas/archimatetool

By qbarlas

Updated over 6 years ago

Run Archi (archimatetool.com) from command line.

Image
2

1.3K

qbarlas/archimatetool repository overview

Docker image for command line Archi

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.

Version

  • Archi : 4.7.0 ea2
  • Collaboration Plugin : 0.5.4.202002281020

Usage

Export the html model :

When 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/

Tag summary

Content type

Image

Digest

Size

233.3 MB

Last updated

over 6 years ago

docker pull qbarlas/archimatetool