Skip to content

Experimental GitHub action to use Structurizr CLI in workflows.

License

Notifications You must be signed in to change notification settings

gilbertotcc/structurizr-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structurizr action

Rudimentary, aka experimental, GitHub action [that works] to use the Structurizr CLI in workflows.

Inputs

The action is basic and, as inputs, accepts only a single parameter with the arguments that must be passed to the Structurizr CLI.

args

Required Arguments for Structurizr CLI. See the Structurizr CLI Usage for further details.

Example usage

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'