Back to Mise

`mise tasks deps`

docs/cli/tasks/deps.md

2026.5.1764 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise tasks deps

Display a tree visualization of a dependency graph

Arguments

[TASKS]…

Tasks to show dependencies for Can specify multiple tasks by separating with spaces e.g.: mise tasks deps lint test check

Flags

--dot

Display dependencies in DOT format

--hidden

Show hidden tasks

Examples:

# Show dependencies for all tasks
$ mise tasks deps

# Show dependencies for the "lint", "test" and "check" tasks
$ mise tasks deps lint test check

# Show dependencies in DOT format
$ mise tasks deps --dot