Back to Mise

`mise bootstrap dotfiles status`

docs/cli/bootstrap/dotfiles/status.md

2026.7.14815 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise bootstrap dotfiles status

  • Usage: mise bootstrap dotfiles status [-J --json] [--missing] [TARGET]…
  • Aliases: ls
  • Effect: read-only
  • Source code: src/cli/dotfiles/status.rs

Show the status of dotfiles from [dotfiles]

Arguments

[TARGET]…

Only show these targets

Flags

-J --json

Output in JSON format

--missing

Exit with code 1 if any configured dotfiles are not in their desired state (missing, source missing, differs)

Examples:

mise bootstrap dotfiles status
mise bootstrap dotfiles status ~/.zshrc
mise bootstrap dotfiles status --json
mise bootstrap dotfiles status --missing # exit 1 if anything is out of sync