Add graph subcommand to drone-cli

Would be very helpful in larger projects to support visualizing the DAG for a given configuration file, similar to terraform’s graph subcommand:

drone graph .drone.yml | dot -Tsvg > graph.svg
5 Likes