docs/cli/shell.md
mise shellmise shell [FLAGS] <TOOL@VERSION>…shsrc/cli/shell.rsSets a tool version for the current session.
Only works in a session where mise is already activated.
This works by setting environment variables for the current shell session
such as MISE_NODE_VERSION=20 which is "eval"ed as a shell function created by mise activate.
<TOOL@VERSION>…Tool(s) to use
-j --jobs <JOBS>Number of jobs to run in parallel [default: 4]
-u --unsetRemoves a previously set version
--rawDirectly pipe stdin/stdout/stderr from plugin to user Sets --jobs=1
Examples:
$ mise shell node@20
$ node -v
v20.0.0