coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

cmd: add the possibility to unlinks the core lightning form coffee #278

Closed vincenzopalazzo closed 1 month ago

vincenzopalazzo commented 1 month ago

We have a coffee setup command, but we do not have and unlink command, so we should add it to make it easy.

coffee unlink <cln root path>, and then maybe we can rename the coffee setup to coffee link?

What do you think @tareknaser ?

tareknaser commented 1 month ago

Maybe we can have:

tareknaser commented 1 month ago

I gave this a try, but it looks like we need to wait for https://github.com/laanwj/cln4rust/pull/131 before testing. Here is the commit: https://github.com/coffee-tools/coffee/commit/862a9ebfa63ab979e97835a44bf73f3bb5e5df10

vincenzopalazzo commented 1 month ago

No better, link and unlink

You are not activating anything, but you are linking the core lightning configuration to the coffee configuration.

In Linux terms, this is a link operation https://linuxize.com/post/how-to-create-symbolic-links-in-linux-using-the-ln-command/