-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta: add possibility to install cln plugin with coffee #256
Conversation
This is awesome, thanks @vincenzopalazzo. Sorry for not checking it earlier. Needs rebase |
Core lightning is starting to support a decent plugin manager that gives you the possibility to install a plugin without care about the process. Coffee [1] is a plugin manager that uses the manifest like all basic plugin managers (npm, pacman ...). So this commit is adding support for coffee and allowing people to install plugins with the following command: ``` coffee remote add teos-git https://github.com/talaia-labs/rust-teos.git coffee install rust-teos -v coffee list ``` [1] https://github.com/coffee-tools/coffee Signed-off-by: Vincenzo Palazzo <[email protected]>
ebd25be
to
011ba64
Compare
Sorry to be late here @sr-gi, I just rebased it. Thanks! |
uTACK 011ba64 Any comments @mariocynicys? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK-ish 011ba64
having trouble installing a new lightningd (my current installation is now broke for some reason), but verified that coffee
adds watchtower-client
as a plugin in the file system.
very neat manager btw :)
probably could be some python dependencies? |
CI also seemed to fail, seems to be related with the |
Alright, the issue seems to be with the Updating the |
This can be merged. The plugin CI issue is fixed here #264 |
Core lightning is starting to support a decent plugin manager that gives you the possibility to install a plugin without care about the process.
Coffee [1] is a plugin manager that uses the manifest like all basic plugin managers (npm, pacman ...).
So this commit is adding support for coffee and allowing people to install plugins with the following command:
[1] https://github.com/coffee-tools/coffee