mise config get
- Usage:
mise config get [FLAGS] [KEY] - Effect: read-only
- Source code:
src/cli/config/get.rs
Display a value from a mise.toml file
Arguments
[KEY]— Dotted key path to display, e.g.tools.python; omit to print the whole file
Flags
-f --file <FILE>— The path to the mise.toml file to readCan be a file path or directory. If a directory is provided, the config file in that directory is used.
If not provided, the nearest mise.toml file will be used
Aliases:
--path-g --global— Read the global config file.--system— Read the system config file.-h --help— Print help
Examples:
$ mise toml get tools.python
3.12