Back to Mise

`mise settings add`

docs/cli/settings/add.md

2026.7.14709 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise settings add

  • Usage: mise settings add [-l --local] <SETTING> [VALUE]
  • Effect: modifies state
  • Source code: src/cli/settings/add.rs

Adds a setting to the configuration file

Used with an array setting, this will append the value to the array. This modifies the contents of ~/.config/mise/config.toml

Arguments

<SETTING>

The setting to set

[VALUE]

The value to set (optional if provided as KEY=VALUE)

Flags

-l --local

Use the local config file instead of the global one

Examples:

mise settings add disable_hints python_multi