Information
Supports all Melos filtering flags.
List information about the local packages.
bash
melos listShow extended/verbose information. Defaults to false.
bash
melos list --long
melos list -lWhen printing output, use package paths relative to the root of the workspace.
Defaults to false (or full paths).
bash
melos list --relative
melos list -rShow parsable output instead of columnified view. Defaults to false.
bash
melos list --parsable
melos list -pShow information as a JSON array. Defaults to false.
bash
melos list --jsonShow dependency graph as a JSON-formatted adjacency list. Defaults to false.
Show dependency graph in Graphviz DOT language. Defaults to false.
bash
melos list --gvizShow dependency graph in Mermaid Diagram. Defaults to false.
bash
melos list --mermaidFind cycles in package dependencies in the workspace.
bash
melos list --cycles
