mise plugins link
- Usage:
mise plugins link [-f --force] <NAME> [DIR] - Aliases:
ln - Source code:
src/cli/plugins/link.rs
Symlinks a plugin into mise
This is used for developing a plugin.
Arguments
<NAME>
The name of the plugin e.g.: cmake, poetry
[DIR]
The local path to the plugin e.g.: ./vfox-cmake
Flags
-f --force
Overwrite existing plugin
Examples:
# essentially just `ln -s ./vfox-cmake ~/.local/share/mise/plugins/cmake`
$ mise plugins link cmake ./vfox-cmake
# infer plugin name as "cmake"
$ mise plugins link ./vfox-cmake