mise tasks graph
- Usage:
mise tasks graph [-J --json] [--no-header] - 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
--no-header
Do not print table headers
Examples:
# Inspect projects and their dependency edges
$ mise tasks graph
# Emit the project graph as JSON
$ mise tasks graph --json