docs/cli/plugins/link.md
mise plugins linkmise plugins link [-f --force] <NAME> [DIR]lnsrc/cli/plugins/link.rsLink a local plugin directory into mise for development
Edits in the source directory take effect without reinstalling the plugin. Pass
both a name and directory, or only a directory to infer the name after stripping
a known prefix such as mise- or vfox-. This does not install a tool version.
<NAME> — The name of the plugin
With one argument, this is the plugin directory and the name is inferred[DIR] — The local path to the plugin
e.g.: ./mise-my-tool-f --force — Overwrite existing plugin-h --help — Print helpmise plugins link my-tool ./mise-my-tool
Alternative: infer the name "my-tool"
mise plugins link ./mise-my-tool
List versions through the linked plugin
mise ls-remote my-tool