Skip to content

Structurizr CLI

Actions
Call Structurizr CLI with the arguments passed as inputs to the action.
v1.16.0
Latest
Star (1)

Tags

 (1)

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'

Structurizr CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Call Structurizr CLI with the arguments passed as inputs to the action.
v1.16.0
Latest

Tags

 (1)

Structurizr CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.