compile
Usage
prism compile
is used to parse the tasks.ref(...)
calls, construct the DAG, and generate the manifest.
Here's what prism compile
does under the hood.
Parses the tasks contained in the
modules/
folder fortasks.ref(...)
calls.It then takes these function calls and creates the dependency graph. You can visualize this graph using the
prism graph
command.It stores the project metadata (e.g., the configuration, the
tasks.ref(...)
calls, the targets, and the topological sort) in amanifest
.
Example
Here's what the output will look like in Terminal:
Last updated