docs/cli/bootstrap/dotfiles/unapply.md
mise bootstrap dotfiles unapplymise bootstrap dotfiles unapply [FLAGS] [TARGET]…src/cli/dotfiles/unapply.rsRemove dotfiles applied from [dotfiles]
Removes configured whole-file entries and edits while preserving files
mise cannot identify as managed. Modified copies, templates, and plain-line
edits require --force.
[TARGET]…Only unapply these targets
-f --forceRemove modified or otherwise ambiguous managed files and lines
-n --dry-runPrint the actions that would run without writing anything
-y --yesSkip the confirmation prompt
Examples:
mise bootstrap dotfiles unapply
mise bootstrap dotfiles unapply ~/.zshrc
mise bootstrap dotfiles unapply --dry-run
mise bootstrap dotfiles unapply --force --yes