Skip to main content

remove_repository_from_manifest

Function remove_repository_from_manifest 

Source
pub fn remove_repository_from_manifest(
    manifest_path: &Path,
    alias: &str,
    dry_run: bool,
) -> Result<ManifestMutationSummary, ApplicationError>
Expand description

Removes one repository entry from a workspace manifest or returns a preview.

ยงErrors

Returns ApplicationError when parsing, path policy, backup, or atomic commit fails.