mise system status
- Usage:
mise system status [-J --json] [--missing] - Aliases:
ls - Source code:
src/cli/system/status.rs
Show the status of system packages from [system.packages], files from [system.files], edits from [system.edits], and macOS defaults from [system.defaults], and Unix login shell from [system].login_shell
Flags
-J --json
Output in JSON format
--missing
Exit with code 1 if any configured packages, files, edits, defaults, or login shell are not in their desired state
Examples:
mise system status
mise system status --json
mise system status --missing # exit 1 if anything is out of sync