🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@getalby/cli

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getalby/cli - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+1
-1
build/commands/fetch.js

@@ -8,3 +8,3 @@ import { fetch402 } from "../tools/lightning/fetch.js";

.argument("<url>", "URL to fetch")
.option("-m, --method <method>", "HTTP method (GET, POST, etc.)")
.option("-X, --method <method>", "HTTP method (GET, POST, etc.)")
.option("-b, --body <json>", "Request body (JSON string)")

@@ -11,0 +11,0 @@ .option("-H, --headers <json>", "Additional headers (JSON string)")

@@ -36,3 +36,3 @@ #!/usr/bin/env node

" $ npx @getalby/cli pay-invoice --invoice lnbc...")
.version("0.6.0")
.version("0.6.1")
.option("-w, --wallet-name <name>", "Use a named wallet's connection secret (~/.alby-cli/connection-secret-<name>.key)")

@@ -39,0 +39,0 @@ .option("-c, --connection-secret <string>", "NWC connection secret (nostr+walletconnect://...) or path to file containing it (preferred)")

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/getAlby/cli.git",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",

@@ -8,0 +8,0 @@ "main": "build/index.js",