Skip to content

mise bootstrap dotfiles recover

  • Usage: mise bootstrap dotfiles recover [--keep-current] [-y --yes] [OPERATION]
  • Effect: destructive — may delete or irreversibly overwrite
  • Source code: src/cli/dotfiles/recover.rs

Recover an interrupted dotfile operation

Retries safe recovery without overwriting later edits. If recovery cannot determine what is safe, inspect the listed files first. --keep-current explicitly accepts their live contents and discards only the selected operation's temporary recovery copies; it does not erase Git history.

Arguments

  • [OPERATION] — Pending numeric ID or an unambiguous operation UUID prefix

Flags

  • --keep-current — Accept live files instead of restoring temporary recovery copies
  • -y --yes — Confirm discarding the selected operation's temporary recovery copies
  • -h --help — Print help
MIT LicenseCopyright © 2026jdx.dev