docs/cli/edit.md
mise editmise edit [FLAGS] [PATH]src/cli/edit.rsEdit mise.toml interactively
[PATH]Path to the config file to create
-g --globalEdit the global config file (~/.config/mise/config.toml)
-n --dry-runShow what would be generated without writing to file
-t --tool-versions <TOOL_VERSIONS>Path to a .tool-versions file to import tools from
Examples:
mise edit # edit mise.toml interactively
mise edit .mise.toml # edit a specific file
mise edit -g # edit the global config file
mise edit -y # skip interactive editor
mise edit -n # preview without writing