Skip to content

mise settings ls

List configured settings and their sources

By default, list explicit settings from loaded TOML files. --all also includes effective defaults. Use --local to restrict output to the selected local file, and --json-extended to include source information in machine-readable output. Use mise settings get KEY when you need one effective value.

Arguments

  • [SETTING] — Name of setting

Flags

  • -a --all — List all settings
  • -J --json — Output in JSON format
  • -l --local — Use the local config file instead of the global one
  • -T --toml — Output in TOML format
  • --json-extended — Output in JSON format with sources
  • -h --help — Print help

Examples

mise settings ls
mise settings ls --all
mise settings ls python --json-extended
MIT LicenseCopyright © 2026jdx.dev