Rudimentary, aka experimental, GitHub action [that works] to use the Structurizr CLI in workflows.
The action is basic and, as inputs, accepts only a single parameter with the arguments that must be passed to the Structurizr CLI.
Required Arguments for Structurizr CLI. See the Structurizr CLI Usage for further details.
In order to use this action in a GitHub workflow, you must add a step like the
one listed herein, customazing name
and args
according to your needs:
- name: Export Structurizr workspace
uses: gilbertotcc/structurizr-action@v1
with:
args: 'export -workspace ./ -format json'