mise bootstrap packages prune
- Usage:
mise bootstrap packages prune [FLAGS] - Source code:
src/cli/system/prune.rs
Prune installed system packages no longer declared in [bootstrap.packages]
Currently supports Homebrew formulae only. Pruning is ledger-based: mise removes only formulae it installed or adopted with mise bootstrap packages import.
Flags
-m --manager <MANAGER>
Only prune packages for this manager. Currently only brew is supported
Choices:
brew
Default: brew
-n --dry-run
Print what would be removed without deleting anything
-y --yes
Skip the confirmation prompt
Examples:
mise bootstrap packages prune --manager brew
mise bootstrap packages prune --manager brew --dry-run
mise bootstrap packages prune --manager brew --yes