You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export unprocessed task edges via turbo run --graph (ideally also sorted topologically).
Non-goals
No response
Background
turbo run --graph offers various output formats, but none of them give access to the unaltered graph links for custom analysis or visualization. Instead, users currently have to parse dot or mermaid DSLs or learn how to extract the information from Graphviz' JSON output.
Alternatives
The default dot output can be massaged into the proposed output format as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Export unprocessed task edges via
turbo run --graph(ideally also sorted topologically).Non-goals
No response
Background
turbo run --graphoffers various output formats, but none of them give access to the unaltered graph links for custom analysis or visualization. Instead, users currently have to parse dot or mermaid DSLs or learn how to extract the information from Graphviz' JSON output.Alternatives
The default dot output can be massaged into the proposed output format as follows:
Proposal
To avoid conflicts with the existing json output, add a new CSV output format which closely resembles the default dot output:
Beta Was this translation helpful? Give feedback.
All reactions