visualizes pipeline execution graph
Generates a visual representation of pipeline execution plan. The output is in the DOT format, which can be used by GraphViz to generate charts.
taskctl graph PIPELINE [flags]
taskctl graph pipeline1 | dot -Tsvg > graph.svg
-h, --help help for graph
--lr orients the output graph left-to-right
-c, --config string config file to use (default tasks.yaml or taskctl.yaml)
-d, --debug enable debug
--dry-run dry run
--no-input disable interactive prompts
-o, --output string output format (default, prefixed, raw or json)
-q, --quiet quiet mode
-r, --raw shortcut for --output=raw
--set strings set global variable value
-s, --summary show summary (default true)
- taskctl - modern task runner