Skip to content
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

Add coffee unlink Command #279

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Commits on May 29, 2024

  1. refactor: rename setup command to link

    - Rename `coffee setup` command to `coffee link`
    - Change function names from `setup_*` to `link_*` (e.g., `setup_with_cln` to `link_with_cln`)
    - Update command references in `httpd` and `plugin` crates
    - Modify relevant documentation to reflect the command name change
    
    This refactor is to accommodate the addition of a new `unlink` command.
    
    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a494e1 View commit details
    Browse the repository at this point in the history
  2. feat: add coffee unlink command

    - Add methods in `coffee_core` to enable unlinking coffee configuration from CLN configuration
    - Update `coffee_cmd` crate to support the new `unlink` command
    - Add documentation for the new `unlink` command
    
    Note: The `clightningrpc-conf` from git is required to use the `rm_subconf()` method.
    
    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser committed May 29, 2024
    Configuration menu
    Copy the full SHA
    20be671 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. chore: bump env_logger and run cargo check

    Signed-off-by: Tarek <tareknaser360@gmail.com>
    tareknaser committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c3f842c View commit details
    Browse the repository at this point in the history