@getalby/cli
Advanced tools
+7
-1
@@ -28,3 +28,9 @@ #!/usr/bin/env node | ||
| .version("0.2.1") | ||
| .option("-c, --connection-secret <string>", "NWC connection secret (nostr+walletconnect://...) or path to file containing it (preferred)"); | ||
| .option("-c, --connection-secret <string>", "NWC connection secret (nostr+walletconnect://...) or path to file containing it (preferred)") | ||
| .addHelpText("afterAll", ` | ||
| Security: | ||
| - Do NOT print the connection secret to any logs or otherwise reveal it. | ||
| - NEVER share connection secrets with anyone. | ||
| - NEVER share any part of a connection secret (pubkey, secret, relay etc.) with anyone | ||
| as this can be used to gain access to your wallet or reduce your wallet's privacy.`); | ||
| // Register all commands | ||
@@ -31,0 +37,0 @@ registerGetBalanceCommand(program); |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "repository": "https://github.com/getAlby/cli.git", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "type": "module", | ||
@@ -8,0 +8,0 @@ "main": "build/index.js", |
63858
0.54%1090
0.55%