Skip to content

mise settings get

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
MIT LicenseCopyright © 2026jdx.dev