Skip to main content

migrate_workspace

Function migrate_workspace 

Source
pub fn migrate_workspace(
    workspace: &Path,
    dry_run: bool,
) -> Result<MigrateReport>
Expand description

Plan + execute the migration.

dry_run = true returns a report describing what would happen without touching the filesystem.