Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #1533
You'll have to delete and restart containers after this is merged. It renames
stacker_(lnd|cln)
to(lnd|cln)
and relies on docker compose labels to provide access to service clis/onions/certs now.This replaces:
sndev fund_user
->sndev set_balance
sndev (stacker|sn)_(lndcli|clncli|litcli)
->sndev cli (lnd|sn_lnd|cln|litd)
sndev (stacker_(lnd|cln)|lnbits) get_onion
->sndev onion (lnd|cln|lnbits)
sndev stacker_lnd get_cert
->sndev cert lnd
sndev (fund|withdraw)_cln
->sndev (fund|withdraw) --cln
This adds:
sndev test
command (which just runs our one jest test)