Skip to content

Instantly share code, notes, and snippets.

@dlorenc
Created June 23, 2021 16:23
Show Gist options
  • Save dlorenc/2f31fcb3c9a5d0a06ad944f8b831b213 to your computer and use it in GitHub Desktop.
Save dlorenc/2f31fcb3c9a5d0a06ad944f8b831b213 to your computer and use it in GitHub Desktop.
digraph {
subgraph cluster_materials {
label="materials"
RepoA
RepoB
RepoC
StepA
StepB
StepC
}
subgraph cluster_recipe {
label="recipe"
entrypoint
definedInMaterial
arguments
}
definedInMaterial->RepoA
subgraph cluster_subject {
label="subject"
artifact
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment