docs/cli/bootstrap/dotfiles/apply.md
mise bootstrap dotfiles applymise bootstrap 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 --force — Overwrite existing files that conflict with whole-file dotfile entries-n --dry-run — Print the actions that would run without writing anything-y --yes — Skip the confirmation prompt-h --help — Print helpExamples:
mise bootstrap dotfiles apply
mise bootstrap dotfiles apply --dry-run
mise bootstrap dotfiles apply --force --yes