coffee-tools / coffee

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

install a new remote do not work #257

Closed vincenzopalazzo closed 2 months ago

vincenzopalazzo commented 2 months ago

I upgrade my coffee and I am no longer able to install a plugin

➜  ~ coffee remote add teos https://github.com/vincenzopalazzo/rust-teos.git
✗ Fetch remote from https://github.com/vincenzopalazzo/rust-teos.git error: Error while add remote: code: 1, msg: repository with name: teos already exists
✗ Error: code: 1, msg: repository with name: teos already exists
➜  ~ coffee install teos
✗ Compiling and installing
✗ Error: code: 1, msg: plugin `teos` are not present inside the repositories
vincenzopalazzo commented 2 months ago

It was my fault, it is really hard to remember the name of the plugin, so we should add a way to see the name of the plugins inside a remote

➜  ~ coffee remote --plugins folgore-git list
● Plugins installed

but this is wrong, it should be

➜  ~ coffee remote inspect folgore-git
● Plugins installed

inspect is more intuitive