Back to Mise

`mise plugins link`

docs/cli/plugins/link.md

2026.5.1715 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise plugins link

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