docs/cli/dotfiles/apply.md
mise dotfiles applymise dotfiles apply [FLAGS] [TARGET]…src/cli/dotfiles/apply.rsApply dotfiles from [dotfiles]
Applies configured whole-file entries and edits that aren't in their desired state. Whole-file entries may symlink, copy, or render templates. Edit entries manage a marker-delimited block or a single line in a file mise doesn't otherwise own.
[TARGET]…Only apply these targets
-f --forceOverwrite existing files that conflict with whole-file dotfile entries
-n --dry-runPrint the actions that would run without writing anything
-y --yesSkip the confirmation prompt
Examples:
mise dotfiles apply
mise dotfiles apply --dry-run
mise dotfiles apply --dry-run --verbose
mise dotfiles apply --force --yes