8000 GitHub - nightscape/archimatetool: Docker image with embedded Archimate tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nightscape/archimatetool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.10.0
  • Collaboration Plugin : 0.8.7

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/

About

Docker image with embedded Archimate tool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 90.1%
  • Shell 9.9%
0