Regression about local plugin repositories #4035
Unanswered
greg0ire
asked this question in
Troubleshooting and bug reports
Replies: 1 comment
|
This has now been fixed by #11487, which has been merged into Local filesystem paths can now be used directly in Local plugins are installed as symlinks into mise’s plugins directory, so changes made in the source directory are reflected immediately. Existing The original configuration should therefore work again: [plugins]
example = "/home/gregoire/workspace/mise-kafka-sync"If an existing plugin installation needs to be replaced with the local source, run: mise plugins install --force exampleThanks for reporting this regression! AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I installed mise a long time ago, and decided to reinstall it today with
yayto stay up to date, but it made something that worked before fail: working with local plugins.I had this in my file:
And now I cannot install the plugin
A workaround is to push the repository to Gitlab.
All reactions