mise bootstrap dotfiles capture
- Usage:
mise bootstrap dotfiles capture [--label <LABEL>] <-- COMMAND>… - Source code:
src/cli/dotfiles/capture.rs
Record tracked files before and after an external command
Runs the command directly, inheriting its terminal and environment. Keeps a linked checkpoint pair, including when the command fails or changes no files. Capture failures warn and never replace the command's exit status. Only tracked files are recorded: package, service, and other system effects are not reversible. Concurrent editor changes are part of the same interval.
Arguments
<-- COMMAND>…— Command and arguments to run, after --
Flags
--label <LABEL>— Describe this operation in history-h --help— Print help