Skip to content

mise bootstrap dotfiles undo

  • Usage: mise bootstrap dotfiles undo [-n --dry-run] [-y --yes] [REF]
  • Effect: destructive — may delete or irreversibly overwrite
  • Source code: src/cli/dotfiles/undo.rs

Reverse the tracked-file changes from an operation

Restores exactly the paths that operation changed from the protective checkpoint it took, leaving everything else as it is now. Without a reference, the newest operation not yet undone is reversed. Bootstrap, captured commands, rollback, undo, and pull are supported. Package installations, service state, and untracked files are not reversed.

Arguments

  • [REF] — The operation's checkpoint: numeric ID, latest, latest~N, or commit:<sha>

Flags

  • -n --dry-run — Show the plan without changing anything
  • -y --yes — Apply without prompting
  • -h --help — Print help
MIT LicenseCopyright © 2026jdx.dev