update README with up to date sndev help output
This commit is contained in:
parent
51f1c08a7e
commit
b05c1b6734
12
README.md
12
README.md
|
@ -70,6 +70,7 @@ COMMANDS
|
||||||
stop stop env
|
stop stop env
|
||||||
restart restart env
|
restart restart env
|
||||||
status status of env
|
status status of env
|
||||||
|
logs logs from env
|
||||||
delete delete env
|
delete delete env
|
||||||
|
|
||||||
sn:
|
sn:
|
||||||
|
@ -79,6 +80,10 @@ COMMANDS
|
||||||
fund pay a bolt11 for funding
|
fund pay a bolt11 for funding
|
||||||
withdraw create a bolt11 for withdrawal
|
withdraw create a bolt11 for withdrawal
|
||||||
|
|
||||||
|
cln:
|
||||||
|
cln_fund pay a bolt11 for funding with CLN
|
||||||
|
cln_withdraw create a bolt11 for withdrawal with CLN
|
||||||
|
|
||||||
db:
|
db:
|
||||||
psql open psql on db
|
psql open psql on db
|
||||||
prisma run prisma commands
|
prisma run prisma commands
|
||||||
|
@ -88,9 +93,10 @@ COMMANDS
|
||||||
lint run linters
|
lint run linters
|
||||||
|
|
||||||
other:
|
other:
|
||||||
compose docker compose passthrough
|
compose docker compose passthrough
|
||||||
sn_lncli lncli passthrough on sn_lnd
|
sn_lndcli lncli passthrough on sn_lnd
|
||||||
stacker_lncli lncli passthrough on stacker_lnd
|
stacker_lndcli lncli passthrough on stacker_lnd
|
||||||
|
stacker_clncli lightning-cli passthrough on stacker_cln
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue