Add a graph
subcommand to the CLI to visualize stage progression
#12
Labels
cli
Command line interface issues
enhancement
New feature or request
good first issue
Good for newcomers
Now that the parser is already having to inspect each stage for correctness, it shouldn't be too much surgery to add a
graph
subcommand that either prints a stage graph in the CLI or outputsdot
format for graphing with Graphviz, e.g.(handling nested stages and parallel obviously, thus the suggestion to just output
dot
format)It would be nice if I could pipe this, e.g.
jdp graph Jenkinsfile | dot -o pipeline.png
The text was updated successfully, but these errors were encountered: