代码拉取完成,页面将自动刷新
{
"root": [
{
"name": "activate",
"tip": [
"Initializes mise in the current shell session"
]
},
{
"name": "alias",
"alias": [
"a"
],
"tip": [
"Manage version aliases"
]
},
{
"name": "backends",
"alias": [
"b"
],
"tip": [
"Manage backends"
]
},
{
"name": "bin-paths",
"tip": [
"List all the active runtime bin paths"
]
},
{
"name": "cache",
"tip": [
"Manage the mise cache"
]
},
{
"name": "completion",
"tip": [
"Generate shell completions"
]
},
{
"name": "config",
"alias": [
"cfg"
],
"tip": [
"Manage config files"
]
},
{
"name": "deactivate",
"tip": [
"Disable mise for current shell session"
]
},
{
"name": "doctor",
"alias": [
"dr"
],
"tip": [
"Check mise installation for possible problems"
]
},
{
"name": "en",
"tip": [
"[experimental] starts a new shell with the mise environment built from the current configuration"
]
},
{
"name": "env",
"alias": [
"e"
],
"tip": [
"Exports env vars to activate mise a single time"
]
},
{
"name": "exec",
"alias": [
"x"
],
"tip": [
"Execute a command with tool(s) set"
]
},
{
"name": "fmt",
"tip": [
"Formats mise.toml"
]
},
{
"name": "generate",
"alias": [
"gen"
],
"tip": [
"[experimental] Generate files for various tools/services"
]
},
{
"name": "implode",
"tip": [
"Removes mise CLI and all related data"
]
},
{
"name": "install",
"alias": [
"i"
],
"tip": [
"Install a tool version"
]
},
{
"name": "install-into",
"tip": [
"Install a tool version to a specific path"
]
},
{
"name": "latest",
"tip": [
"Gets the latest available version for a plugin"
]
},
{
"name": "link",
"alias": [
"ln"
],
"tip": [
"Symlinks a tool version into mise"
]
},
{
"name": "ls",
"alias": [
"list"
],
"tip": [
"List installed and active tool versions"
]
},
{
"name": "ls-remote",
"tip": [
"List runtime versions available for install"
]
},
{
"name": "outdated",
"tip": [
"Shows outdated tool versions"
]
},
{
"name": "plugins",
"alias": [
"p"
],
"tip": [
"Manage plugins"
]
},
{
"name": "prune",
"tip": [
"Delete unused versions of tools"
]
},
{
"name": "registry",
"tip": [
"List available tools to install"
]
},
{
"name": "reshim",
"tip": [
"Creates new shims based on bin paths from currently installed tools"
]
},
{
"name": "run",
"alias": [
"r"
],
"tip": [
"Run task(s)"
]
},
{
"name": "self-update",
"tip": [
"Updates mise itself"
]
},
{
"name": "set",
"tip": [
"Set environment variables in mise.toml"
]
},
{
"name": "settings",
"tip": [
"Manage settings"
]
},
{
"name": "shell",
"alias": [
"sh"
],
"tip": [
"Sets a tool version for the current session"
]
},
{
"name": "sync",
"tip": [
"Synchronize tools from other version managers with mise"
]
},
{
"name": "tasks",
"alias": [
"t"
],
"tip": [
"Manage tasks"
]
},
{
"name": "test-tool",
"tip": [
"Test a tool installs and executes"
]
},
{
"name": "tool",
"tip": [
"Gets information about a tool"
]
},
{
"name": "trust",
"tip": [
"Marks a config file as trusted"
]
},
{
"name": "uninstall",
"tip": [
"Removes installed tool versions"
]
},
{
"name": "unset",
"tip": [
"Remove environment variable(s) from the config file"
]
},
{
"name": "unuse",
"alias": [
"rm",
"remove"
],
"tip": [
"Removes installed tool versions from mise.toml"
]
},
{
"name": "upgrade",
"alias": [
"up"
],
"tip": [
"Upgrades outdated tools"
]
},
{
"name": "use",
"alias": [
"u"
],
"tip": [
"Installs a tool and adds the version to mise.toml"
]
},
{
"name": "version",
"alias": [
"v"
],
"tip": [
"Display the version of mise"
]
},
{
"name": "watch",
"alias": [
"w"
],
"tip": [
"Run task(s) and watch for changes to rerun it"
]
},
{
"name": "where",
"tip": [
"Display the installation path for a tool"
]
},
{
"name": "which",
"tip": [
"Shows the path that a tool's bin points to"
]
},
{
"name": "help",
"tip": [
"Print this message or the help of the given subcommand(s)"
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"Show the version."
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"Show help."
]
},
{
"name": "-C",
"alias": [
"--cd"
],
"tip": [
"U: -C|--cd <DIR>\n",
"Change directory before running command"
],
"next": 0
},
{
"name": "-E",
"alias": [
"--env"
],
"tip": [
"U: -E|--env <ENV>\n",
"Set the environment for loading `mise.<ENV>.toml`"
],
"next": 0
},
{
"name": "-j",
"alias": [
"--jobs"
],
"tip": [
"U: -j|--jobs <JOBS>\n",
"How many jobs to run in parallel [default: 8] [env: MISE_JOBS=]"
],
"next": 0
},
{
"name": "--output",
"tip": [
"U: --output <OUTPUT>\n"
],
"next": 0
},
{
"name": "--raw",
"tip": [
"Read/write directly to stdin/stdout/stderr instead of by line"
]
},
{
"name": "--no-config",
"tip": [
"Do not load any config files"
]
},
{
"name": "-y",
"alias": [
"--yes"
],
"tip": [
"Answer yes to all confirmation prompts"
]
},
{
"name": "-q",
"alias": [
"--quiet"
],
"tip": [
"Suppress non-error messages"
]
},
{
"name": "--silent",
"tip": [
"Suppress all task output and mise non-error messages"
]
},
{
"name": "-v",
"alias": [
"--verbose"
],
"tip": [
"Show extra output (use -vv for even more)"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/jdx/mise",
"description": [
"mise is a task runner and dev tools manager for any language."
]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。