pub fn plan(
target: &Utf8Path,
docs_root: DocsRoot,
bundle: &dyn ReleaseBundle,
) -> Result<Vec<Plan>, AppError>Expand description
Every reconciliation the target needs, with what each would do.
ยงErrors
I/O errors when a specification cannot be read.