coffee-tools / coffee

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

remote: add a new command to inspect the plugins inside the remote #261

Closed vincenzopalazzo closed 2 months ago

vincenzopalazzo commented 2 months ago

Currently, it is really hard to see the plugins inside a remote, so I will propose a new command called inspect that works like coffee remote --plugins folgore-git list

So currently to see the plugins inside a directory you need to do

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

but IMHO this should be a little bit better, an example:

➜  ~ coffee remote inspect folgore-git
● Plugins installed

inspect is more intuitive

What do you think @tareknaser

tareknaser commented 2 months ago

I agree. inspect is more straightforward