Back to Mise

`mise settings`

docs/cli/settings.md

2026.8.121.5 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise settings

  • Usage: mise settings [FLAGS] [SETTING] [VALUE] <SUBCOMMAND>
  • Effect: modifies state
  • Source code: src/cli/settings/mod.rs

Manage settings

Arguments

  • [SETTING] — Name of setting
  • [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
  • -T --toml — Output in TOML format
  • --json-extended — Output in JSON format with sources
  • -h --help — Print help

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://npmmirror.com/mirrors/node/"
$ mise settings node.mirror_url https://npmmirror.com/mirrors/node/