mise bootstrap dotfiles save
- Usage:
mise bootstrap dotfiles save [FLAGS] [PATH]… - Effect: modifies state
- Source code:
src/cli/dotfiles/save.rs
Save a checkpoint of the tracked files now
Fails when history cannot save or a requested path is not tracked, so a script or an agent gets a trustworthy result; a save that finds nothing changed succeeds as a no-op. --best-effort turns save errors into a warning for set -e update scripts.
Arguments
[PATH]…— Paths to save; every one must be tracked
Flags
-d --description <TEXT>— A description for the checkpoint--trigger <TRIGGER>— What is saving: save (the default), agent, or updateDefault:
save--task <ID>— The task an agent is working on--label <LABEL>— A label to find the checkpoint by later--best-effort— Warn instead of failing when history cannot save-h --help— Print help