Function lal::propagate [] [src]

pub fn propagate(
    manifest: &Manifest,
    component: &str,
    json_output: bool
) -> LalResult<()>

Outputs the update path to the current manifest for a specific component

Given a component to propagate to the current one in your working directory, work out how to propagate it through the dependency tree fully.

This will produce a set of sequential steps, each set itself being parallelizable. The resulting update steps can be performed in order to ensure lal verify is happy.