docs/cli/settings/ls.md
mise settings lsmise settings ls [FLAGS] [SETTING]listsrc/cli/settings/ls.rsList 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.
[SETTING] — Name of setting-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 helpmise settings ls
mise settings ls --all
mise settings ls python --json-extended