VisCommandsvis action-graph

vis action-graph

Show the execution plan for a target without running it

vis action-graph

Displays the task execution plan that vis run would produce, without running anything. Useful for debugging dependency ordering and understanding what will execute.

Usage

vis action-graph <selector> [options]

Examples

vis action-graph build                                  # All projects
vis action-graph :test                                  # Moon-style selector
vis action-graph "#frontend:build"                      # Tag filter
vis action-graph build --json                           # Machine-readable output
vis action-graph lint --query "language=typescript"      # Filter by query

Output Formats

ASCII (default) — Tasks indented by graph depth, dependencies above dependents:

  @myorg/utils:build
@myorg/app:build (no-cache)

JSON (--json) — Machine-readable structure with roots, dependencies, and task metadata.

Options

OptionDefaultDescription
--jsonfalseEmit JSON instead of ASCII
--queryFilter matched projects by a query

Selectors

See vis run selectors for the full selector syntax.

Support

Contribute to our work and keep us going

Community is the heart of open source. The success of our packages wouldn't be possible without the incredible contributions of users, testers, and developers who collaborate with us every day.Want to get involved? Here are some tips on how you can make a meaningful impact on our open source projects.

Ready to help us out?

Be sure to check out the package's contribution guidelines first. They'll walk you through the process on how to properly submit an issue or pull request to our repositories.

Submit a pull request

Found something to improve? Fork the repo, make your changes, and open a PR. We review every contribution and provide feedback to help you get merged.

Good first issues

Simple issues suited for people new to open source development, and often a good place to start working on a package.
View good first issues