mise config generate
- Usage:
mise config generate [-o --output <OUTPUT>] [-t --tool-versions <TOOL_VERSIONS>] - Aliases:
g - Source code:
src/cli/config/generate.rs
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