mise settings get
- Usage:
mise settings get [-l --local] <SETTING> - Effect: read-only
- Source code:
src/cli/settings/get.rs
Show the effective value of a setting
Includes defaults, configuration, and environment overrides. With --local, read only the selected local config's explicit settings; an unset key is an error. Use mise config get settings.KEY --file path/to/mise.toml to inspect one file.
Arguments
<SETTING>— The setting to show
Flags
-l --local— Use the local config file instead of the global one-h --help— Print help
Examples
mise settings get jobs
mise settings get python.compile