Back to Mise

`mise dotfiles status`

docs/cli/dotfiles/status.md

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

mise dotfiles status

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 dotfiles status
mise dotfiles status ~/.zshrc
mise dotfiles status --json
mise dotfiles status --missing # exit 1 if anything is out of sync