docs/cli/config/get.md
mise config getmise config get [FLAGS] [KEY]src/cli/config/get.rsDisplay a value from one mise TOML file
Reads the highest-precedence loaded TOML file by default. Select another with
--file, --global, or --system. This reads stored values, not the merged or
template-expanded environment; use mise env for the resolved environment.
[KEY] — Dotted key path to display, e.g. tools.python; omit to print the whole file-f --file <FILE> — The path to the mise.toml file to read
Can be a file path or directory. If a directory is provided, the config file in that directory is used.
If not provided, the highest-precedence loaded TOML file is used
Aliases: --path
-g --global — Read the global config file.
--system — Read the system config file.
-h --help — Print help
mise config get tools.python
3.12