mise plugins link
- Usage:
mise plugins link [-f --force] <NAME> [DIR] - Aliases:
ln - Effect: modifies state
- Source code:
src/cli/plugins/link.rs
Link 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.
Arguments
<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
Flags
-f --force— Overwrite existing plugin-h --help— Print help
Examples
mise plugins link my-tool ./mise-my-toolAlternative: infer the name "my-tool"
mise plugins link ./mise-my-toolList versions through the linked plugin
mise ls-remote my-tool