.TH MISE 1 .SH NAME mise \- Dev tools, env vars, and tasks in one CLI .SH SYNOPSIS \fBmise\fR [OPTIONS] [] [] ... [] ... [COMMAND] .SH DESCRIPTION mise prepares your development environment before each command runs. https://github.com/jdx/mise .PP .SH OPTIONS .TP \fB\-c, \-\-continue\-on\-error\fR Continue running tasks even if one fails .TP \fB\-C, \-\-cd\fR \fI\fR Change directory before running command .TP \fB\-E, \-\-env\fR \fI\fR Set the environment for loading `mise..toml` .TP \fB\-f, \-\-force\fR Force the operation .TP \fB\-j, \-\-jobs\fR \fI\fR How many jobs to run in parallel; values below 1 are treated as 1 [default: 8] .RS \fIEnvironment: \fR\fBMISE_JOBS\fR .RE .TP \fB\-n, \-\-dry\-run\fR Dry run, don't actually do anything .TP \fB\-P, \-\-profile\fR \fI\fR Set the profile (environment) .TP \fB\-q, \-\-quiet\fR Suppress non\-error messages .RS \fIEnvironment: \fR\fBMISE_QUIET\fR .RE .TP \fB\-s, \-\-shell\fR \fI\fR .TP \fB\-t, \-\-tool\fR \fI\fR Tool(s) to run in addition to what is in mise.toml files e.g.: node@20 python@3.10 .TP \fB\-v, \-\-verbose\fR Show extra output (use \-vv for even more) .TP \fB\-V, \-\-version\fR .TP \fB\-y, \-\-yes\fR Answer yes to all confirmation prompts .TP \fB\-\-debug\fR Sets log level to debug .TP \fB\-\-log\-level\fR \fI\fR .TP \fB\-\-no\-config\fR Do not load any config files Can also use `MISE_NO_CONFIG=1` .TP \fB\-\-no\-env\fR Do not load environment variables from config files Can also use `MISE_NO_ENV=1` .TP \fB\-\-no\-hooks\fR Do not execute hooks from config files Can also use `MISE_NO_HOOKS=1` .TP \fB\-\-no\-timings\fR Hides elapsed time after each task completes Default to always hide with `MISE_TASK_TIMINGS=0` .TP \fB\-\-output\fR \fI\fR .TP \fB\-\-raw\fR Read/write directly to stdin/stdout/stderr instead of by line .TP \fB\-\-locked\fR Require lockfile URLs to be present during installation Fails if tools don't have pre\-resolved URLs in the lockfile for the current platform. This prevents API calls to GitHub, aqua registry, etc. Can also be enabled via MISE_LOCKED=1 or settings.locked=true .TP \fB\-\-silent\fR Suppress all task output and mise non\-error messages .TP \fB\-\-timings\fR Shows elapsed time after each task completes Default to always show with `MISE_TASK_TIMINGS=1` .TP \fB\-\-trace\fR Sets log level to trace .TP \fB\-h, \-\-help\fR Print help .SH ARGUMENTS .TP \fB\fR Task to run. Shorthand for `mise tasks run `. .TP \fB\fR Task arguments .SH COMMANDS .TP \fBactivate\fR Initializes mise in the current shell session .TP \fBtool\-alias\fR Manage tool version aliases. .RS \fIAliases: \fRalias, aliases .RE .TP \fBtool\-alias get\fR Show an alias for a tool .TP \fBtool\-alias ls\fR List tool version aliases .RS \fIAliases: \fRlist .RE .TP \fBtool\-alias set\fR Add/update an alias for a tool/backend .RS \fIAliases: \fRadd, create .RE .TP \fBtool\-alias unset\fR Clears an alias for a tool/backend .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBbackends\fR Manage backends .RS \fIAliases: \fRb, backend, backend\-list .RE .TP \fBbackends ls\fR List built\-in backends .RS \fIAliases: \fRlist .RE .TP \fBbin\-paths\fR List all the active runtime bin paths .TP \fBbootstrap\fR Set up a machine for the current config in one command .RS \fIAliases: \fRbs .RE .TP \fBbootstrap accounts\fR Manage Linux users and groups from `[bootstrap.users]` and `[bootstrap.groups]` .TP \fBbootstrap accounts apply\fR Apply configured Linux users and groups .TP \fBbootstrap accounts status\fR Show configured Linux user and group state .TP \fBbootstrap compose\fR Manage Docker Compose projects from `[bootstrap.compose]` .TP \fBbootstrap compose apply\fR Apply configured Docker Compose project state .TP \fBbootstrap compose status\fR Show configured Docker Compose project state .TP \fBbootstrap dotfiles\fR Manage dotfiles from `[dotfiles]` .TP \fBbootstrap dotfiles add\fR Add or update dotfiles in `[dotfiles]` .TP \fBbootstrap dotfiles apply\fR Apply dotfiles from `[dotfiles]` .TP \fBbootstrap dotfiles diff\fR Show the changes needed to apply dotfiles from `[dotfiles]` .TP \fBbootstrap dotfiles edit\fR Edit a managed dotfile source .TP \fBbootstrap dotfiles status\fR Show the status of dotfiles from `[dotfiles]` .RS \fIAliases: \fRls .RE .TP \fBbootstrap dotfiles unapply\fR Remove dotfiles applied from `[dotfiles]` .TP \fBbootstrap files\fR Manage privileged files and directories from `[bootstrap.files]` and `[bootstrap.directories]` .TP \fBbootstrap files apply\fR Apply configured privileged files and directories .TP \fBbootstrap files status\fR Show configured privileged file and directory state .TP \fBbootstrap firewall\fR Manage the Linux host firewall from `[bootstrap.linux.firewall]` .TP \fBbootstrap firewall apply\fR Apply the configured Linux host firewall .TP \fBbootstrap firewall status\fR Show configured Linux host firewall state .TP \fBbootstrap linux\fR Manage Linux bootstrap config from `[bootstrap.linux]` .TP \fBbootstrap linux systemd\-units\fR Manage systemd user services from `[bootstrap.linux.systemd.units]` .RS \fIAliases: \fRsystemd .RE .TP \fBbootstrap linux systemd\-units apply\fR .TP \fBbootstrap linux systemd\-units status\fR .TP \fBbootstrap macos\fR Manage macOS bootstrap config from `[bootstrap.macos]` .TP \fBbootstrap macos defaults\fR Manage macOS defaults from `[bootstrap.macos.defaults]` .TP \fBbootstrap macos defaults apply\fR .TP \fBbootstrap macos defaults status\fR .TP \fBbootstrap macos launchd\-agents\fR Manage macOS LaunchAgents from `[bootstrap.macos.launchd.agents]` .RS \fIAliases: \fRlaunchd .RE .TP \fBbootstrap macos launchd\-agents apply\fR .TP \fBbootstrap macos launchd\-agents status\fR .TP \fBbootstrap mise\-shell\-activate\fR Manage mise shell activation from `[bootstrap.mise_shell_activate]` .RS \fIAliases: \fRshell .RE .TP \fBbootstrap mise\-shell\-activate apply\fR .TP \fBbootstrap mise\-shell\-activate status\fR .TP \fBbootstrap packages\fR Manage bootstrap system packages from `[bootstrap.packages]` .TP \fBbootstrap packages apply\fR Apply system packages from `[bootstrap.packages]` .RS \fIAliases: \fRi, install .RE .TP \fBbootstrap packages brew\fR Manage Homebrew taps used by bootstrap packages .TP \fBbootstrap packages brew tap\fR Add a Homebrew tap URL to [bootstrap.brew.taps] .TP \fBbootstrap packages brew untap\fR Remove Homebrew tap URLs from [bootstrap.brew.taps] .RS \fIAliases: \fRremove, rm .RE .TP \fBbootstrap packages import\fR Import installed system packages into `[bootstrap.packages]` .TP \fBbootstrap packages prune\fR Prune installed system packages no longer declared in `[bootstrap.packages]` .TP \fBbootstrap packages status\fR Show the status of system packages from `[bootstrap.packages]` .RS \fIAliases: \fRls .RE .TP \fBbootstrap packages upgrade\fR Upgrade installed bootstrap packages from `[bootstrap.packages]` .RS \fIAliases: \fRup .RE .TP \fBbootstrap packages use\fR Add bootstrap packages to [bootstrap.packages] and install them .RS \fIAliases: \fRu .RE .TP \fBbootstrap plan\fR Show the changes declarative bootstrap resources would make .TP \fBbootstrap plugins\fR Manage package manager plugins declared in `[bootstrap.plugins]` .TP \fBbootstrap plugins apply\fR .TP \fBbootstrap plugins status\fR .TP \fBbootstrap remote\fR Bootstrap one or more machines over OpenSSH .TP \fBbootstrap repos\fR Manage git repo checkouts from `[bootstrap.repos]` .TP \fBbootstrap repos apply\fR .TP \fBbootstrap repos exec\fR .TP \fBbootstrap repos status\fR .TP \fBbootstrap repos update\fR .TP \fBbootstrap secrets\fR Inspect bootstrap secret inputs without revealing their values .TP \fBbootstrap secrets status\fR Show whether declared bootstrap secret inputs are available .TP \fBbootstrap services\fR Manage Linux system services from `[bootstrap.services]` .TP \fBbootstrap services apply\fR Apply configured Linux system service state .TP \fBbootstrap services status\fR Show configured Linux system service state .TP \fBbootstrap status\fR Show the aggregate bootstrap status .RS \fIAliases: \fRls .RE .TP \fBbootstrap user\fR Manage current\-user bootstrap settings from `[bootstrap.user]` .TP \fBbootstrap user apply\fR .TP \fBbootstrap user status\fR .TP \fBcache\fR Manage the mise cache .TP \fBcache clear\fR Deletes all cache files in mise .RS \fIAliases: \fRc, clean .RE .TP \fBcache path\fR Show the cache directory path .RS \fIAliases: \fRdir .RE .TP \fBcache prune\fR Removes stale mise cache files .RS \fIAliases: \fRp .RE .TP \fBcache task\fR Inspect output cache entries for a task .TP \fBcompletion\fR Generate shell completions .RS \fIAliases: \fRcomplete, completions .RE .TP \fBconfig\fR Manage config files .RS \fIAliases: \fRcfg, toml .RE .TP \fBconfig get\fR Display the value of a setting in a mise.toml file .TP \fBconfig ls\fR List config files currently in use .RS \fIAliases: \fRlist .RE .TP \fBconfig set\fR Set the value of a setting in a mise.toml file .TP \fBdeactivate\fR Disable mise for current shell session .TP \fBdoctor\fR Check mise installation for possible problems .RS \fIAliases: \fRdr .RE .TP \fBdoctor path\fR Print the current PATH entries mise is providing .RS \fIAliases: \fRpaths .RE .TP \fBen\fR Starts a new shell with the mise environment built from the current configuration .TP \fBenv\fR Exports env vars to activate mise a single time .RS \fIAliases: \fRe .RE .TP \fBexec\fR Execute a command with tool(s) set .RS \fIAliases: \fRx .RE .TP \fBfmt\fR Formats mise.toml .TP \fBgenerate\fR Generate files for various tools/services .RS \fIAliases: \fRgen, g .RE .TP \fBgenerate config\fR Generate a mise.toml file .TP \fBgenerate devcontainer\fR Generate a devcontainer to execute mise .TP \fBgenerate git\-pre\-commit\fR Generate a git pre\-commit hook .RS \fIAliases: \fRpre\-commit .RE .TP \fBgenerate github\-action\fR Generate a GitHub Action workflow file .TP \fBgenerate install\-script\fR Generate a script to download+execute mise .TP \fBgenerate task\-docs\fR Generate documentation for tasks in a project .TP \fBgenerate task\-stubs\fR Generates shims to run mise tasks .TP \fBgenerate tool\-stub\fR Generate a tool stub for HTTP\-based tools .TP \fBimplode\fR Removes mise CLI and all related data .TP \fBedit\fR Edit mise.toml interactively .TP \fBinstall\fR Install a tool version .RS \fIAliases: \fRi .RE .TP \fBinstall\-into\fR Install a tool version to a specific path .TP \fBlatest\fR Gets the latest available version for a plugin .TP \fBlink\fR Symlinks a tool version into mise .RS \fIAliases: \fRln .RE .TP \fBlock\fR Update lockfile checksums and URLs for all specified platforms .TP \fBls\fR List installed and active tool versions .RS \fIAliases: \fRlist .RE .TP \fBls\-remote\fR List runtime versions available for install. .RS \fIAliases: \fRlist\-all, list\-remote .RE .TP \fBmcp\fR Run Model Context Protocol (MCP) server .TP \fBoci\fR [experimental] Build OCI container images from a mise.toml .TP \fBoci build\fR [experimental] Build an OCI image from the current mise.toml .TP \fBoci push\fR [experimental] Build an OCI image and push it to a registry .TP \fBoci run\fR [experimental] Build an OCI image from the current mise.toml and run a command in it .TP \fBoutdated\fR Shows outdated tool versions .TP \fBpatrons\fR Show the individuals supporting mise as Patron\-tier members .TP \fBplugins\fR Manage plugins .RS \fIAliases: \fRp, plugin, plugin\-list .RE .TP \fBplugins install\fR Install a plugin .RS \fIAliases: \fRi, a, add .RE .TP \fBplugins link\fR Symlinks a plugin into mise .RS \fIAliases: \fRln .RE .TP \fBplugins ls\fR List installed plugins .RS \fIAliases: \fRlist .RE .TP \fBplugins ls\-remote\fR .RS \fIAliases: \fRlist\-remote, list\-all .RE .TP \fBplugins uninstall\fR Removes a plugin .RS \fIAliases: \fRremove, rm .RE .TP \fBplugins update\fR Updates a plugin to the latest version .RS \fIAliases: \fRup, upgrade .RE .TP \fBdeps\fR [experimental] Manage project dependencies .RS \fIAliases: \fRdep, prepare .RE .TP \fBdeps add\fR Add a dependency .TP \fBdeps install\fR Install all project dependencies .TP \fBdeps remove\fR Remove a dependency .TP \fBprune\fR Delete unused versions of tools .TP \fBregistry\fR List available tools to install .TP \fBreshim\fR Creates new shims based on bin paths from currently installed tools. .TP \fBrun\fR Run task(s) .RS \fIAliases: \fRr .RE .TP \fBsearch\fR Search for tools in the registry .TP \fBself\-update\fR Updates mise itself. .TP \fBset\fR Set environment variables in mise.toml .RS \fIAliases: \fRev, env\-vars .RE .TP \fBsettings\fR Manage settings .TP \fBsettings add\fR Adds a setting to the configuration file .TP \fBsettings get\fR Show a current setting .TP \fBsettings ls\fR Show current settings .RS \fIAliases: \fRlist .RE .TP \fBsettings set\fR Add/update a setting .RS \fIAliases: \fRcreate .RE .TP \fBsettings unset\fR Clears a setting .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBshell\fR Sets a tool version for the current session. .RS \fIAliases: \fRsh .RE .TP \fBshell\-alias\fR Manage shell aliases. .TP \fBshell\-alias get\fR Show the command for a shell alias .TP \fBshell\-alias ls\fR List shell aliases .RS \fIAliases: \fRlist .RE .TP \fBshell\-alias set\fR Add/update a shell alias .RS \fIAliases: \fRadd, create .RE .TP \fBshell\-alias unset\fR Removes a shell alias .RS \fIAliases: \fRrm, remove, delete, del .RE .TP \fBsponsors\fR Show the companies sponsoring mise and the jdx.dev open source tools .TP \fBsync\fR Synchronize tools from other version managers with mise .TP \fBsync node\fR Symlinks all tool versions from an external tool into mise .TP \fBsync python\fR Symlinks all tool versions from an external tool into mise .TP \fBsync ruby\fR Symlinks all ruby tool versions from an external tool into mise .TP \fBtasks\fR Manage tasks .RS \fIAliases: \fRt, task .RE .TP \fBtasks add\fR Create a new task .TP \fBtasks deps\fR Display a tree visualization of a dependency graph .TP \fBtasks edit\fR Edit a task with $EDITOR .TP \fBtasks graph\fR [experimental] Inspect the workspace project graph .TP \fBtasks info\fR Get information about a task .TP \fBtasks ls\fR List available tasks to execute .TP \fBtasks run\fR Run task(s) .RS \fIAliases: \fRr .RE .TP \fBtasks validate\fR Validate tasks for common errors and issues .TP \fBtest\-tool\fR Test a tool installs and executes .TP \fBtoken\fR Display git provider tokens mise will use .TP \fBtoken forgejo\fR Display the Forgejo token mise will use for a given host .TP \fBtoken github\fR Display the GitHub token mise will use for a given host .TP \fBtoken gitlab\fR Display the GitLab token mise will use for a given host .TP \fBtool\fR Gets information about a tool .TP \fBtool\-stub\fR Execute a tool stub .TP \fBtrust\fR Marks a config file as trusted .TP \fBuninstall\fR Removes installed tool versions .TP \fBunset\fR Remove environment variable(s) from the config file. .TP \fBuntrust\fR Remove explicit trust for a config .TP \fBunuse\fR Removes installed tool versions from mise.toml .RS \fIAliases: \fRrm, remove .RE .TP \fBupgrade\fR Upgrades outdated tools .RS \fIAliases: \fRup .RE .TP \fBuse\fR Installs a tool and adds the version to mise.toml. .RS \fIAliases: \fRu .RE .TP \fBversion\fR Display the version of mise .RS \fIAliases: \fRv .RE .TP \fBwatch\fR Run task(s) and watch for changes to rerun it .RS \fIAliases: \fRw .RE .TP \fBwhere\fR Display the installation path for a tool .TP \fBwhich\fR Shows the path that a tool's bin points to. .SH "MISE ACTIVATE" Initializes mise in the current shell session This should go into your shell's rc file or login shell. Otherwise, it will only take effect in the current session. (e.g. ~/.zshrc, ~/.zprofile, ~/.zshenv, ~/.bashrc, ~/.bash_profile, ~/.profile, ~/.config/fish/config.fish, or $PROFILE for powershell) Typically, this can be added with something like the following: echo 'eval "$(mise activate zsh)"' >> ~/.zshrc However, this requires that "mise" is in your PATH. If it is not, you need to specify the full path like this: echo 'eval "$(/path/to/mise activate zsh)"' >> ~/.zshrc Customize status output with `status` settings. .PP \fBUsage:\fR mise activate [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-q, \-\-quiet\fR Suppress non\-error messages .TP \fB\-s, \-\-shell\fR \fI\fR Shell type to generate the script for .TP \fB\-\-no\-hook\-env\fR Do not automatically call hook\-env This can be helpful for debugging mise. If you run `eval "$(mise activate \-\-no\-hook\-env)"`, then you can call `mise hook\-env` manually which will output the env vars to stdout without actually modifying the environment. That way you can do things like `mise hook\-env \-\-trace` to get more information or just see the values that hook\-env is outputting. .TP \fB\-\-shims\fR Use shims instead of modifying PATH Effectively the same as: PATH="$HOME/.local/share/mise/shims:$PATH" `mise activate \-\-shims` does not support all the features of `mise activate`. See https://mise.jdx.dev/dev\-tools/shims.html#shims\-vs\-path for more information .TP \fB\-\-status\fR Show "mise: @" message when changing directories .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Shell type to generate the script for .SH "MISE TOOL-ALIAS" Manage tool version aliases. .PP \fBUsage:\fR mise tool\-alias [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-p, \-\-tool\fR \fI\fR Filter aliases by tool .TP \fB\-\-no\-header\fR Don't show table header .TP \fB\-h, \-\-help\fR Print help .SH "MISE TOOL-ALIAS GET" Show an alias for a tool This is the contents of a tool_alias. entry in ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias get [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR The tool to show the alias for .TP \fB\fR The alias to show .SH "MISE TOOL-ALIAS LS" List tool version aliases Shows the aliases that can be specified. These can come from user config or from plugins in `bin/list\-aliases`. For user config, aliases are defined like the following in `~/.config/mise/config.toml`: [tool_alias.node.versions] lts = "22.0.0" .PP \fBUsage:\fR mise tool\-alias ls [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-\-no\-header\fR Don't show table header .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Show aliases for .SH "MISE TOOL-ALIAS SET" Add/update an alias for a tool/backend This modifies the contents of ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias set [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR The tool/backend to set the alias for .TP \fB\fR The alias to set .TP \fB\fR The value to set the alias to .SH "MISE TOOL-ALIAS UNSET" Clears an alias for a tool/backend This modifies the contents of ~/.config/mise/config.toml .PP \fBUsage:\fR mise tool\-alias unset [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR The tool/backend to remove the alias from .TP \fB\fR The alias to remove .SH "MISE BACKENDS" Manage backends .PP \fBUsage:\fR mise backends [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BACKENDS LS" List built\-in backends .PP \fBUsage:\fR mise backends ls [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BIN-PATHS" List all the active runtime bin paths .PP \fBUsage:\fR mise bin\-paths [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-\-bin\-names\fR Output executable names instead of bin directories .TP \fB\-J, \-\-json\fR Output executable entries in JSON format (implies \-\-bin\-names) .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Tool(s) to look up e.g.: ruby@3 .SH "MISE BOOTSTRAP" Set up a machine for the current config in one command Runs the bootstrap steps for the current config in order: 0. `mise bootstrap accounts apply` — converge `[bootstrap.users]` and `[bootstrap.groups]` (Linux) 1. `mise bootstrap plugins apply` — install `[bootstrap.plugins]` 1.7. `[bootstrap.hooks.pre\-packages]` — optional setup hook 2. Install built\-in\-manager entries from `[bootstrap.packages]` 3. `mise bootstrap files apply` — converge `[bootstrap.files]` and `[bootstrap.directories]` 4. `mise bootstrap services apply` — converge `[bootstrap.services]` systemd system services (Linux) 5. `mise bootstrap firewall apply` — converge `[bootstrap.linux.firewall]` host firewall policy and rules (Linux) 6. `mise bootstrap compose apply` — converge `[bootstrap.compose]` Docker Compose projects 7. `mise bootstrap repos apply` — clone/converge `[bootstrap.repos]` surrounded by `pre\-repos`/`post\-repos` hooks 8. `mise bootstrap dotfiles apply` — apply dotfiles from `[dotfiles]` surrounded by `pre\-dotfiles`/`post\-dotfiles` hooks 9. `mise bootstrap mise\-shell\-activate apply` — configure shell activation from `[bootstrap.mise_shell_activate]` 10. `mise bootstrap macos defaults apply` — write `[bootstrap.macos.defaults]` entries (macOS) surrounded by `pre\-defaults`/`post\-defaults` hooks 11. `mise bootstrap macos launchd\-agents apply` — install/load `[bootstrap.macos.launchd.agents]` 12. `mise bootstrap linux systemd\-units apply` — install/start `[bootstrap.linux.systemd.units]` 13. `mise bootstrap user apply` — set `[bootstrap.user].login_shell` (Unix) surrounded by `pre\-user`/`post\-user` hooks 14. `mise install` — install missing tools from `[tools]` surrounded by `pre\-tools`/`post\-tools` hooks; package\-plugin entries from `[bootstrap.packages]` install afterward, followed by `[bootstrap.hooks.post\-packages]` 15. `mise run bootstrap` — if a task named `bootstrap` is defined 16. `[bootstrap.hooks.final]` — optional final hook The declarative steps converge — anything already in its desired state is skipped, so re\-running is safe. The `bootstrap` task runs on every invocation; keep it idempotent. Use it for any project\-specific setup that doesn't fit the declarative sections (seeding databases, auth flows, etc.) — it runs with the installed tools on PATH. Use `\-\-skip ` to skip named parts, or `\-\-only ` to run just named parts. Both flags can be repeated or comma\-separated, but they cannot be used together. .PP \fBUsage:\fR mise bootstrap [OPTIONS] [COMMAND] .PP \fBOptions:\fR .PP .TP \fB\-\-from\fR \fI\fR Clone a git repository and bootstrap from its configuration .TP \fB\-\-from\-dir\fR \fI\fR Directory used for the repository cloned by \-\-from .TP \fB\-n, \-\-dry\-run\fR Print what would happen without installing anything .TP \fB\-y, \-\-yes\fR Skip confirmation prompts .TP \fB\-\-skip\-dirty\fR Skip configured repos with local changes instead of failing .TP \fB\-\-force\-dotfiles\fR Overwrite existing files that conflict with whole\-file dotfile entries .TP \fB\-\-only\fR \fI\fR Run only one or more bootstrap parts Can be passed multiple times or as a comma\-separated list. Cannot be used with `\-\-skip`. .TP \fB\-\-prompt\-secrets\fR Prompt securely for missing bootstrap secret inputs .TP \fB\-\-skip\fR \fI\fR Skip one or more bootstrap parts Can be passed multiple times or as a comma\-separated list. .TP \fB\-\-update\fR Refresh package manager metadata and update configured repos .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP ACCOUNTS" Manage Linux users and groups from `[bootstrap.users]` and `[bootstrap.groups]` .PP \fBUsage:\fR mise bootstrap accounts [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP ACCOUNTS APPLY" Apply configured Linux users and groups .PP \fBUsage:\fR mise bootstrap accounts apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print what would change without changing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP ACCOUNTS STATUS" Show configured Linux user and group state .PP \fBUsage:\fR mise bootstrap accounts status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 when any account is not converged .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP COMPOSE" Manage Docker Compose projects from `[bootstrap.compose]` .PP \fBUsage:\fR mise bootstrap compose [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP COMPOSE APPLY" Apply configured Docker Compose project state .PP \fBUsage:\fR mise bootstrap compose apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print what would change without changing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP COMPOSE STATUS" Show configured Docker Compose project state .PP \fBUsage:\fR mise bootstrap compose status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 when any Compose project is not converged .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP DOTFILES" Manage dotfiles from `[dotfiles]` .PP \fBUsage:\fR mise bootstrap dotfiles [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP DOTFILES ADD" Add or update dotfiles in `[dotfiles]` If the target is already managed, this updates its source from the live target. Otherwise it creates a `[dotfiles]` entry and seeds the source under `dotfiles.root` unless `\-\-source` is provided. .PP \fBUsage:\fR mise bootstrap dotfiles add [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-\-changed\fR Update the sources of every changed file managed in copy mode .TP \fB\-f, \-\-force\fR Overwrite existing sources without prompting .TP \fB\-g, \-\-global\fR Write to the global config .TP \fB\-l, \-\-local\fR Write to the local config instead of the global config .TP \fB\-m, \-\-mode\fR \fI\fR Dotfile mode to write .TP \fB\-n, \-\-dry\-run\fR Print the config/source updates without writing anything .TP \fB\-\-no\-apply\fR Add the entry without applying it .TP \fB\-p, \-\-path\fR \fI\fR Write to this config file or directory .TP \fB\-s, \-\-source\fR \fI\fR Source path to use for a single target .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Targets to add or update .SH "MISE BOOTSTRAP DOTFILES APPLY" Apply dotfiles from `[dotfiles]` Applies configured whole\-file entries and edits that aren't in their desired state. Whole\-file entries may symlink, copy, or render templates. Edit entries manage a marker\-delimited block or a single line in a file mise doesn't otherwise own. .PP \fBUsage:\fR mise bootstrap dotfiles apply [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-f, \-\-force\fR Overwrite existing files that conflict with whole\-file dotfile entries .TP \fB\-n, \-\-dry\-run\fR Print the actions that would run without writing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Only apply these targets .SH "MISE BOOTSTRAP DOTFILES DIFF" Show the changes needed to apply dotfiles from `[dotfiles]` .PP \fBUsage:\fR mise bootstrap dotfiles diff [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Only show these targets .SH "MISE BOOTSTRAP DOTFILES EDIT" Edit a managed dotfile source .PP \fBUsage:\fR mise bootstrap dotfiles edit [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-\-apply\fR Apply this target after the editor exits .TP \fB\-m, \-\-mode\fR \fI\fR Dotfile mode to use if the target is not yet managed .TP \fB\-s, \-\-source\fR \fI\fR Source path to use if the target is not yet managed .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt when adding an unmanaged target .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Target to edit .SH "MISE BOOTSTRAP DOTFILES STATUS" Show the status of dotfiles from `[dotfiles]` .PP \fBUsage:\fR mise bootstrap dotfiles status [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured dotfiles are not in their desired state (missing, source missing, differs) .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Only show these targets .SH "MISE BOOTSTRAP DOTFILES UNAPPLY" Remove dotfiles applied from `[dotfiles]` Removes configured whole\-file entries and edits while preserving files mise cannot identify as managed. Modified copies, templates, and plain\-line edits require `\-\-force`. .PP \fBUsage:\fR mise bootstrap dotfiles unapply [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-f, \-\-force\fR Remove modified or otherwise ambiguous managed files and lines .TP \fB\-n, \-\-dry\-run\fR Print the actions that would run without writing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Only unapply these targets .SH "MISE BOOTSTRAP FILES" Manage privileged files and directories from `[bootstrap.files]` and `[bootstrap.directories]` .PP \fBUsage:\fR mise bootstrap files [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP FILES APPLY" Apply configured privileged files and directories .PP \fBUsage:\fR mise bootstrap files apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print what would change without changing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-\-prompt\-secrets\fR Prompt securely for missing bootstrap secret inputs .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP FILES STATUS" Show configured privileged file and directory state .PP \fBUsage:\fR mise bootstrap files status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 when any resource is not converged .TP \fB\-\-prompt\-secrets\fR Prompt securely for missing bootstrap secret inputs .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP FIREWALL" Manage the Linux host firewall from `[bootstrap.linux.firewall]` .PP \fBUsage:\fR mise bootstrap firewall [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP FIREWALL APPLY" Apply the configured Linux host firewall .PP \fBUsage:\fR mise bootstrap firewall apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print what would change without changing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP FIREWALL STATUS" Show configured Linux host firewall state .PP \fBUsage:\fR mise bootstrap firewall status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 when the firewall is not converged .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP LINUX" Manage Linux bootstrap config from `[bootstrap.linux]` .PP \fBUsage:\fR mise bootstrap linux [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP LINUX SYSTEMD-UNITS" Manage systemd user services from `[bootstrap.linux.systemd.units]` .PP \fBUsage:\fR mise bootstrap linux systemd\-units [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP LINUX SYSTEMD-UNITS APPLY" \fBUsage:\fR mise bootstrap linux systemd\-units apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without running them .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP LINUX SYSTEMD-UNITS STATUS" \fBUsage:\fR mise bootstrap linux systemd\-units status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured systemd user service is not in its desired state .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS" Manage macOS bootstrap config from `[bootstrap.macos]` .PP \fBUsage:\fR mise bootstrap macos [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS DEFAULTS" Manage macOS defaults from `[bootstrap.macos.defaults]` .PP \fBUsage:\fR mise bootstrap macos defaults [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS DEFAULTS APPLY" \fBUsage:\fR mise bootstrap macos defaults apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without running them .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS DEFAULTS STATUS" \fBUsage:\fR mise bootstrap macos defaults status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured defaults are not in their desired state .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS LAUNCHD-AGENTS" Manage macOS LaunchAgents from `[bootstrap.macos.launchd.agents]` .PP \fBUsage:\fR mise bootstrap macos launchd\-agents [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS LAUNCHD-AGENTS APPLY" \fBUsage:\fR mise bootstrap macos launchd\-agents apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without running them .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MACOS LAUNCHD-AGENTS STATUS" \fBUsage:\fR mise bootstrap macos launchd\-agents status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured LaunchAgent is not in its desired state .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MISE-SHELL-ACTIVATE" Manage mise shell activation from `[bootstrap.mise_shell_activate]` .PP \fBUsage:\fR mise bootstrap mise\-shell\-activate [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MISE-SHELL-ACTIVATE APPLY" \fBUsage:\fR mise bootstrap mise\-shell\-activate apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print the actions that would run without writing anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP MISE-SHELL-ACTIVATE STATUS" \fBUsage:\fR mise bootstrap mise\-shell\-activate status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured shell activation is not in its desired state .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES" Manage bootstrap system packages from `[bootstrap.packages]` .PP \fBUsage:\fR mise bootstrap packages [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES APPLY" Apply system packages from `[bootstrap.packages]` Checks which configured packages are missing and installs them with the system package manager. Built\-in system managers may elevate with sudo when not running as root (see `system_packages.sudo`); package plugins never do. Packages can also be given explicitly in `manager:package` form (e.g. `apk:zlib\-dev`, `apt:curl`, `brew:jq`); they are installed whether or not they appear in the config. Explicit packages and `\-\-manager` scope the run to packages only. `install` is accepted as an alias for this command. .PP \fBUsage:\fR mise bootstrap packages apply [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-m, \-\-manager\fR \fI\fR Only install packages for this built\-in or plugin manager .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without running them .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-\-update\fR Refresh package manager metadata first (apk: `\-\-update\-cache`, apt: `apt\-get update`) .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Packages in `manager:package` form; defaults to everything configured in [bootstrap.packages] .SH "MISE BOOTSTRAP PACKAGES BREW" Manage Homebrew taps used by bootstrap packages These commands edit `[bootstrap.brew.taps]` so tapped formulae and casks can be fetched directly by mise without a Homebrew installation. .PP \fBUsage:\fR mise bootstrap packages brew [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES BREW TAP" Add a Homebrew tap URL to [bootstrap.brew.taps] .PP \fBUsage:\fR mise bootstrap packages brew tap [OPTIONS] [] .PP \fBOptions:\fR .PP .TP \fB\-l, \-\-local\fR Write to the local config instead of the global config .TP \fB\-n, \-\-dry\-run\fR Print the config change without writing it .TP \fB\-p, \-\-path, \-\-file\fR \fI\fR Write to this config file or directory .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Tap name, e.g. `owner/repo` .TP \fB\fR GitHub URL for the tap. Defaults to https://github.com//homebrew\-.git .SH "MISE BOOTSTRAP PACKAGES BREW UNTAP" Remove Homebrew tap URLs from [bootstrap.brew.taps] .PP \fBUsage:\fR mise bootstrap packages brew untap [OPTIONS] ... .PP \fBOptions:\fR .PP .TP \fB\-l, \-\-local\fR Write to the local config instead of the global config .TP \fB\-n, \-\-dry\-run\fR Print the config change without writing it .TP \fB\-p, \-\-path, \-\-file\fR \fI\fR Write to this config file or directory .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Tap name(s), e.g. `owner/repo` .SH "MISE BOOTSTRAP PACKAGES IMPORT" Import installed system packages into `[bootstrap.packages]` Currently supports Homebrew formulae only. By default, imports linked formulae whose active keg receipt says they were installed on request. Pass `\-\-all` to import every linked formula, including dependencies. .PP \fBUsage:\fR mise bootstrap packages import [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-e, \-\-env\fR \fI\fR Write to the config file for this environment (mise..toml) .TP \fB\-g, \-\-global\fR Write to the global config (~/.config/mise/config.toml) .TP \fB\-m, \-\-manager\fR \fI\fR Only import packages for this manager. Currently only `brew` is supported. .RS \fIDefault: \fRbrew .RE .TP \fB\-\-all\fR Import every linked formula, including dependencies .TP \fB\-n, \-\-dry\-run\fR Print the config change without writing config .TP \fB\-p, \-\-path, \-\-file\fR \fI\fR Write to this config file or directory .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES PRUNE" Prune installed system packages no longer declared in `[bootstrap.packages]` Supports Homebrew formulae, conservatively removable mise\-owned casks, and packages installed by package plugins that implement `PackageUninstall`. Pruning keeps packages needed by the current config or by trusted, loadable tracked configs. Plugin packages that were already installed before mise first applied them are never claimed or removed. .PP \fBUsage:\fR mise bootstrap packages prune [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-m, \-\-manager\fR \fI\fR Only prune packages for this manager .RS \fIDefault: \fRbrew .RE .TP \fB\-n, \-\-dry\-run\fR Print what would be removed without deleting anything .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES STATUS" Show the status of system packages from `[bootstrap.packages]` .PP \fBUsage:\fR mise bootstrap packages status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output in JSON format .TP \fB\-\-missing\fR Exit with code 1 if any configured packages are not in their desired state .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PACKAGES UPGRADE" Upgrade installed bootstrap packages from `[bootstrap.packages]` Refreshes package manager metadata and upgrades the configured packages that are already installed: apk/apt/dnf/pacman upgrade to the newest available version (apk, apt, and dnf honor a version pinned in config), brew pours the formula's current bottle and replaces the old keg, brew\-cask installs the current cask artifact, flatpak and flatpak\-user update applications and runtimes, and mas upgrades App Store apps. Packages that are not installed yet are skipped — use `mise bootstrap packages apply` for those. Packages can also be given explicitly in `manager:package` form. .PP \fBUsage:\fR mise bootstrap packages upgrade [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-m, \-\-manager\fR \fI\fR Only upgrade packages for this built\-in or plugin manager .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without running them .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Packages in `manager:package` form; defaults to everything configured in [bootstrap.packages] .SH "MISE BOOTSTRAP PACKAGES USE" Add bootstrap packages to [bootstrap.packages] and install them Like `mise use` for tools: writes `"manager:package" = "version"` entries to mise.toml (the local config by default, the global one with `\-g`) and then installs whatever is missing. Versions are pinned with `@`: `mise bootstrap packages use apt:curl@8.5.0\-2`. Without `@` (or with `@latest`) no pin is written. brew formulae and casks version through their names instead (for example `brew:postgresql@17`, `brew\-cask:temurin@17`), where `@` is part of the Homebrew name rather than a mise version selector. mas uses numeric ADAM IDs and does not support pins. .PP \fBUsage:\fR mise bootstrap packages use [OPTIONS] ... .PP \fBOptions:\fR .PP .TP \fB\-e, \-\-env\fR \fI\fR Write to the config file for this environment (mise..toml) .TP \fB\-g, \-\-global\fR Write to the global config (~/.config/mise/config.toml) instead of the local one .TP \fB\-n, \-\-dry\-run\fR Print the commands that would run without writing config or installing .TP \fB\-p, \-\-path, \-\-file\fR \fI\fR Write to this config file or directory .TP \fB\-y, \-\-yes\fR Skip the confirmation prompt .TP \fB\-h, \-\-help\fR Print help \fBArguments:\fR .PP .TP \fB\fR Packages in `manager:package[@version]` form .SH "MISE BOOTSTRAP PLAN" Show the changes declarative bootstrap resources would make .PP \fBUsage:\fR mise bootstrap plan [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-J, \-\-json\fR Output a stable machine\-readable plan in JSON format .TP \fB\-\-detailed\-exitcode\fR Exit 2 when the plan contains changes, 0 when unchanged, and 1 on errors .TP \fB\-\-prompt\-secrets\fR Prompt securely for missing bootstrap secret inputs .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PLUGINS" Manage package manager plugins declared in `[bootstrap.plugins]` .PP \fBUsage:\fR mise bootstrap plugins [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PLUGINS APPLY" \fBUsage:\fR mise bootstrap plugins apply [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-n, \-\-dry\-run\fR Print what would happen without installing plugins .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP PLUGINS STATUS" \fBUsage:\fR mise bootstrap plugins status [OPTIONS] .PP \fBOptions:\fR .PP .TP \fB\-\-missing\fR Exit with code 1 if a declared plugin is missing .TP \fB\-h, \-\-help\fR Print help .SH "MISE BOOTSTRAP REMOTE" Bootstrap one or more machines over OpenSSH .PP \fBUsage:\fR mise bootstrap remote [OPTIONS] [] ... .PP \fBOptions:\fR .PP .TP \fB\-\-all\fR Select every configured inventory host .TP \fB\-\-bootstrap\-command\fR \fI\fR Explicit remote shell command that installs mise and places it on PATH .TP \fB\-\-connect\-timeout\fR \fI\fR SSH connection timeout in seconds .RS \fIDefault: \fR10 .RE .TP \fB\-\-copy\-link\fR \fI\fR Dereference one source\-relative symbolic link; repeat for multiple links .TP \fB\-\-copy\-links\fR Dereference every symbolic link in the source archive .TP \fB\-\-exclude\fR \fI\fR Additional archive pattern to exclude; repeat for multiple patterns .TP \fB\-\-fail\-fast\fR Stop after the first failed target .TP \fB\-\-force\-dotfiles\fR Allow remote dotfile conflicts to be replaced .TP \fB\-\-host\fR \fI<[USER@]HOST>\fR Ad\-hoc SSH destination (`[user@]host`); repeat for multiple hosts .TP \fB\-i, \-\-identity\-file\fR \fI\fR SSH identity file override .TP \fB\-n, \-\-dry\-run\fR Print the remote bootstrap changes without applying them .TP \fB\-\-install\-mise\fR \fI\fR Install the provisioned mise on each host instead of only staging it Defaults to `~/.local/bin/mise`; pass `\-\-install\-mise=` for another path. .TP \fB\-\-keep\-staging\fR Keep the remote staging directory for debugging .TP \fB\-\-mise\-bin\fR \fI\fR Local mise binary to upload (escape hatch for custom architectures) .TP \fB\-\-no\-install\-mise\fR Do not install mise on the host, even when the selected hosts configure it .TP \fB\-\-only\fR \fI\fR Run only one or more remote bootstrap parts .TP \fB\-\-port\fR \fI\fR SSH port override .TP \fB\-\-prompt\-secrets\fR Prompt securely for missing secret inputs on the remote host .TP \fB\-\-remote\-env\fR \fI\fR Config environments to load on the remote host; repeat or delimit with commas (for example, ci,dotfiles) .TP \fB\-\-remote\-mise\fR \fI\fR Existing mise executable name or path; relative paths use the staged project .TP \fB\-\-skip\fR \fI\fR Skip one or more remote bootstrap parts .TP \fB\-\-source\fR \fI\fR Local directory archived and sent to each target .TP \fB\-\-ssh\-option\fR \fI