Skip to content

mise settings

Manage settings

Arguments

[KEY]

Setting name to get/set

[VALUE]

Setting value to set

Global Flags

-l --local

Use the local config file instead of the global one

Flags

-a --all

List all settings

-J --json

Output in JSON format

--json-extended

Output in JSON format with sources

-T --toml

Output in TOML format

Subcommands

Examples:

# list all settings
$ mise settings

# get the value of the setting "always_keep_download"
$ mise settings always_keep_download

# set the value of the setting "always_keep_download" to "true"
$ mise settings always_keep_download=true

# set the value of the setting "node.mirror_url" to "https://npm.taobao.org/mirrors/node"
$ mise settings node.mirror_url https://npm.taobao.org/mirrors/node

Licensed under the MIT License. Maintained by @jdx and friends.