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]
Flags
-J --json
Output in JSON format
--missing
Exit with code 1 if any configured packages are missing
Examples:
mise system status
mise system status --json
mise system status --missing # exit 1 if anything is missing