Skip to content

Latest commit

 

History

History

bitrise-mermaid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bitrise to Mermaid

This script converts a Bitrise configuration file to a Mermaid diagram. It shows the dependencies between workflows and triggers.

kotlin bitrise-mermaid.main.kts bitrise.yml > bitrise.mermaid

Filter only some workflows, e.g. ci:

kotlin bitrise-mermaid.main.kts bitrise.yml ci > bitrise.mermaid

Note: multiple is possible.