Back to Mise

`mise settings get`

docs/cli/settings/get.md

2026.9.21.0 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

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
<!-- generated reference navigation -->