mise generate config
- Usage:
mise generate config [-o --output <OUTPUT>] [-t --tool-versions <TOOL_VERSIONS>] - Aliases:
g - Source code:
src/cli/generate/config.rs
[experimental] Generate a mise.toml file
Flags
-o --output <OUTPUT>
Output to file instead of stdout
-t --tool-versions <TOOL_VERSIONS>
Path to a .tool-versions file to import tools from
Examples:
mise cf generate > mise.toml
mise cf generate --output=mise.toml