compile
Last updated
Last updated
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 for tasks.ref(...)
calls.
It then takes these function calls and creates the dependency graph. You can visualize this graph using the command.
It stores the project metadata (e.g., the configuration, the tasks.ref(...)
calls, the targets, and the ) in a manifest
.
Here's what the output will look like in Terminal: