mise dotfiles status
- Usage:
mise dotfiles status [FLAGS] [TARGET]… - Aliases:
ls - Effect: read-only
- Source code:
src/cli/dotfiles/status.rs
Show the status of dotfiles from [dotfiles]
Template entries are rendered to compare their output; trusted template functions may execute. JSON includes each entry's origin and uses the states applied, missing, differs, source_missing, and tracked.
The management state of every declaration (applied, missing, differs, tracked) followed by the history state: what is tracked, the latest checkpoint, unfinished operations, and whether edits are saved automatically.
Arguments
[TARGET]…— Only show these targets
Flags
--truncate— Truncate long terminal output to fit the available widthDefault:
true-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)--prompt-secrets— Prompt securely for missing bootstrap secret inputs-h --help— Print help
Examples
mise dot status
mise dot status ~/.zshrc
mise dot status --json
mise dot status --missing # exit 1 if anything is out of sync