mise tasks graph
- Usage:
mise tasks graph [FLAGS] - Effect: read-only
- Source code:
src/cli/tasks/graph.rs
[experimental] Inspect the workspace project graph
Flags
-J --json— Output the project graph as JSON--explain— Explain provider attribution for inferred projects and tasks--no-header— Do not print table headers-h --help— Print help
Examples
Inspect projects and their dependency edges
mise tasks graphEmit the project graph as JSON
mise tasks graph --jsonExplain where inferred projects and task fields came from
mise tasks graph --explain