Expand description
Side-effect-free install and uninstall planning.
Plans describe what an install or uninstall would do before any user-owned files are touched. They are intended for downstream CLIs that want to show a precise preview or refuse unsafe operations before calling the mutating API.
Structs§
- Install
Plan - Side-effect-free preview of an install operation.
- Plan
Warning - Advisory warning attached to a plan.
- Uninstall
Plan - Side-effect-free preview of an uninstall operation.
Enums§
- Plan
Status - High-level status for a dry-run install or uninstall plan.
- Plan
Target - The operation target described by an install/uninstall plan.
- Planned
Change - One concrete change in a dry-run plan.
- Refusal
Reason - A predictable dry-run refusal reason.