mise generate config
- Usage:
mise generate config [-n --dry-run] [-t --tool-versions <TOOL_VERSIONS>] [PATH] - Source code:
src/cli/generate/config.rs
Generate a mise.toml file
Arguments
[PATH]
Path to the config file to create
Flags
-n --dry-run
Show 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 -y # skip interactive editor
mise edit -n # preview without writing