You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sndev is beginning to get kludgy with overexposed, poor UX commands.
After #1521 gets merged, I'd like to reduce the surface area of sndev to:
[keyan stackernews]🍏 sndev
888
888
888
.d8888b 88888b. .d88888 .d88b. 888 888
88K 888 '88b d88' 888 d8P Y8b 888 888
'Y8888b. 888 888 888 888 88888888 Y88 88P X88 888 888 Y88b 888 Y8b. Y8bd8P 88888P' 888 888 'Y88888 'Y8888 Y88P
manages a docker based stacker news development environment
USAGE
$ sndev [COMMAND]
$ sndev help [COMMAND]
COMMANDS
help show help
env:
start start env
stop stop env
restart restart env
status status of env
logs logs from env
delete delete env
sn:
login login as a nym
fund_nym fund a nym without using an LN invoice
lightning:
fund pay a bolt11 for funding
withdraw create a bolt11 for withdrawal
db:
psql open psql on db
prisma run prisma commands
dev:
pr fetch and checkout a pr
lint run linters
other:
cli passthrough to service cli
open open GUI in browser
onion get the onion address of a container
cert get the tls cert of a container
compose docker compose passthrough
For things like onion/cert/cli, we'll want to define the paths/commands as container labels like we do with the CONNECT label. Then the interface for them would probably work like sndev onion SERVICE.
For fund/withdraw, we'll want a flag for using cln instead of the default, lnd.
The text was updated successfully, but these errors were encountered:
sndev is beginning to get kludgy with overexposed, poor UX commands.
After #1521 gets merged, I'd like to reduce the surface area of sndev to:
For things like onion/cert/cli, we'll want to define the paths/commands as container labels like we do with the
CONNECT
label. Then the interface for them would probably work likesndev onion SERVICE
.For fund/withdraw, we'll want a flag for using
cln
instead of the default,lnd
.The text was updated successfully, but these errors were encountered: