docs/cli/settings/ls.md
mise settings lsmise settings ls [FLAGS] [SETTING]listsrc/cli/settings/ls.rsShow current settings
This is the contents of ~/.config/mise/config.toml
Note that aliases are also stored in this file
but managed separately with mise tool-alias
[SETTING]Name of setting
-a --allList all settings
-J --jsonOutput in JSON format
-l --localUse the local config file instead of the global one
-T --tomlOutput in TOML format
--json-extendedOutput in JSON format with sources
Examples:
$ mise settings ls
idiomatic_version_file = false
...
$ mise settings ls python
default_packages_file = "~/.default-python-packages"
...