Skip to content

Graph job workflows

automax graph renders the resolved task/step/substep flow before execution.

Mermaid output is the default:

automax graph --job jobs/deploy.yaml --inventory inventory/prod.yaml

Other supported formats:

automax graph --job jobs/deploy.yaml --inventory inventory/prod.yaml --format=dot --output /tmp/job.dot
automax graph --job jobs/deploy.yaml --inventory inventory/prod.yaml --format=svg --output /tmp/job.svg
automax graph --job jobs/deploy.yaml --inventory inventory/prod.yaml --format=png --output /tmp/job.png

PNG output requires Graphviz dot in PATH. Mermaid, DOT and SVG output are generated directly by Automax.