coffee-tools / coffee

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

feat: branch installation #235

Closed royalpinto007 closed 4 months ago

royalpinto007 commented 5 months ago

Replica- https://github.com/coffee-tools/coffee/pull/224 Reference- https://github.com/coffee-tools/coffee/issues/205

netlify[bot] commented 5 months ago

Deploy Preview for coffee-docs ready!

Name Link
Latest commit d8ade30de327386126762ed87fe44a1d9258a2ed
Latest deploy log https://app.netlify.com/sites/coffee-docs/deploys/65c37ab438d2810008f7a2fa
Deploy Preview https://deploy-preview-235--coffee-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

royalpinto007 commented 5 months ago

To resolve-

Compiling coffee_core v0.0.1-alpha.1 (/home/royalpinto007/coffee-dev/coffee_core)
error[E0425]: cannot find value `branch` in this scope
   --> coffee_core/src/coffee.rs:362:59
    |
362 |                     self.install(plugins, verbose, false, branch).await?;
    |                                                           ^^^^^^ not found in this scope
vincenzopalazzo commented 4 months ago

Closing in favor of https://github.com/coffee-tools/coffee/pull/248