Back to Mise

`mise plugins link`

docs/cli/plugins/link.md

2026.9.21.3 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

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-tool

Alternative: infer the name "my-tool"

mise plugins link ./mise-my-tool

List versions through the linked plugin

mise ls-remote my-tool
<!-- generated reference navigation -->