@@ -20,7 +20,7 @@ $ npm install -g scroll-sdk-cli
2020$ scrollsdk COMMAND
2121running command...
2222$ scrollsdk (--version)
23- scroll-sdk-cli/0.0.13 linux-x64 node-v20.11.0
23+ scroll-sdk-cli/0.0.14 linux-x64 node-v20.11.0
2424$ scrollsdk --help [COMMAND]
2525USAGE
2626 $ scrollsdk COMMAND
@@ -84,10 +84,11 @@ Generate transactions on the specified network(s) to produce more blocks
8484
8585```
8686USAGE
87- $ scrollsdk helper activity [-c <value>] [-i <value>] [-o] [-t] [-p] [-k <value>] [-x <value>] [-r <value>]
87+ $ scrollsdk helper activity [-c <value>] [-i <value>] [-o] [-t] [-p] [-k <value>] [-x <value>] [-r <value>] [-d]
8888
8989FLAGS
9090 -c, --config=<value> [default: ./config.toml] Path to config.toml file
91+ -d, --debug Enable debug mode for more detailed logging
9192 -i, --interval=<value> [default: 3] Interval between transactions in seconds
9293 -k, --privateKey=<value> Private key (overrides config)
9394 -o, --layer1 Generate activity on Layer 1
@@ -100,7 +101,7 @@ DESCRIPTION
100101 Generate transactions on the specified network(s) to produce more blocks
101102```
102103
103- _ See code: [ src/commands/helper/activity.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/helper/activity.ts ) _
104+ _ See code: [ src/commands/helper/activity.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/helper/activity.ts ) _
104105
105106## ` scrollsdk helper clear-accounts `
106107
@@ -125,7 +126,7 @@ DESCRIPTION
125126 Clear pending transactions and optionally transfer remaining funds on Layer 2
126127```
127128
128- _ See code: [ src/commands/helper/clear-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/helper/clear-accounts.ts ) _
129+ _ See code: [ src/commands/helper/clear-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/helper/clear-accounts.ts ) _
129130
130131## ` scrollsdk helper derive-enode NODEKEY `
131132
@@ -145,7 +146,7 @@ EXAMPLES
145146 $ scrollsdk helper derive-enode 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
146147```
147148
148- _ See code: [ src/commands/helper/derive-enode.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/helper/derive-enode.ts ) _
149+ _ See code: [ src/commands/helper/derive-enode.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/helper/derive-enode.ts ) _
149150
150151## ` scrollsdk helper fund-accounts `
151152
@@ -175,7 +176,7 @@ DESCRIPTION
175176 Fund L1 and L2 accounts for contracts
176177```
177178
178- _ See code: [ src/commands/helper/fund-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/helper/fund-accounts.ts ) _
179+ _ See code: [ src/commands/helper/fund-accounts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/helper/fund-accounts.ts ) _
179180
180181## ` scrollsdk helper set-scalars `
181182
@@ -199,7 +200,7 @@ DESCRIPTION
199200 Set commit and blob scalars for Scroll SDK
200201```
201202
202- _ See code: [ src/commands/helper/set-scalars.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/helper/set-scalars.ts ) _
203+ _ See code: [ src/commands/helper/set-scalars.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/helper/set-scalars.ts ) _
203204
204205## ` scrollsdk plugins `
205206
@@ -496,21 +497,24 @@ Generate configuration files and create environment files for services
496497
497498```
498499USAGE
499- $ scrollsdk setup configs [--image-tag <value>]
500+ $ scrollsdk setup configs [--image-tag <value>] [--configs-dir <value>]
500501
501502FLAGS
502- --image-tag=<value> Specify the Docker image tag to use
503+ --configs-dir=<value> [default: values] Directory to store configuration files
504+ --image-tag=<value> Specify the Docker image tag to use
503505
504506DESCRIPTION
505507 Generate configuration files and create environment files for services
506508
507509EXAMPLES
508510 $ scrollsdk setup configs
509511
510- $ scrollsdk setup configs --image-tag v0.0.24
512+ $ scrollsdk setup configs --image-tag v0.0.25
513+
514+ $ scrollsdk setup configs --configs-dir custom-configs
511515```
512516
513- _ See code: [ src/commands/setup/configs.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/configs.ts ) _
517+ _ See code: [ src/commands/setup/configs.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/configs.ts ) _
514518
515519## ` scrollsdk setup db-init `
516520
@@ -541,7 +545,7 @@ EXAMPLES
541545 $ scrollsdk setup db-init --update-db-port=25061
542546```
543547
544- _ See code: [ src/commands/setup/db-init.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/db-init.ts ) _
548+ _ See code: [ src/commands/setup/db-init.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/db-init.ts ) _
545549
546550## ` scrollsdk setup domains [FILE] `
547551
@@ -565,7 +569,7 @@ EXAMPLES
565569 $ scrollsdk setup domains
566570```
567571
568- _ See code: [ src/commands/setup/domains.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/domains.ts ) _
572+ _ See code: [ src/commands/setup/domains.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/domains.ts ) _
569573
570574## ` scrollsdk setup gas-token `
571575
@@ -582,7 +586,7 @@ EXAMPLES
582586 $ scrollsdk setup gas-token
583587```
584588
585- _ See code: [ src/commands/setup/gas-token.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/gas-token.ts ) _
589+ _ See code: [ src/commands/setup/gas-token.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/gas-token.ts ) _
586590
587591## ` scrollsdk setup gen-keystore `
588592
@@ -604,44 +608,49 @@ EXAMPLES
604608 $ scrollsdk setup gen-keystore --no-accounts
605609```
606610
607- _ See code: [ src/commands/setup/gen-keystore.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/gen-keystore.ts ) _
611+ _ See code: [ src/commands/setup/gen-keystore.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/gen-keystore.ts ) _
608612
609613## ` scrollsdk setup prep-charts `
610614
611- Prepare Helm charts for Scroll SDK
615+ Validate Makefile and prepare Helm charts for Scroll SDK
612616
613617```
614618USAGE
615- $ scrollsdk setup prep-charts [--github-username <value>] [--github-token <value>] [--pull]
619+ $ scrollsdk setup prep-charts [--github-username <value>] [--github-token <value>] [--values-dir <value>]
620+ [--skip-auth-check]
616621
617622FLAGS
618623 --github-token=<value> GitHub Personal Access Token
619624 --github-username=<value> GitHub username
620- --[no-]pull Pull and untar charts
625+ --skip-auth-check Skip authentication check for individual charts
626+ --values-dir=<value> [default: ./values] Directory containing values files
621627
622628DESCRIPTION
623- Prepare Helm charts for Scroll SDK
629+ Validate Makefile and prepare Helm charts for Scroll SDK
624630
625631EXAMPLES
626632 $ scrollsdk setup prep-charts
627633
628634 $ scrollsdk setup prep-charts --github-username=your-username --github-token=your-token
629635
630- $ scrollsdk setup prep-charts --no-pull
636+ $ scrollsdk setup prep-charts --values-dir=./custom-values
637+
638+ $ scrollsdk setup prep-charts --skip-auth-check
631639```
632640
633- _ See code: [ src/commands/setup/prep-charts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/prep-charts.ts ) _
641+ _ See code: [ src/commands/setup/prep-charts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/prep-charts.ts ) _
634642
635643## ` scrollsdk setup push-secrets `
636644
637645Push secrets to the selected secret service
638646
639647```
640648USAGE
641- $ scrollsdk setup push-secrets [-d]
649+ $ scrollsdk setup push-secrets [-d] [--values-dir <value>]
642650
643651FLAGS
644- -d, --debug Show debug output
652+ -d, --debug Show debug output
653+ --values-dir=<value> [default: values] Directory containing the values files
645654
646655DESCRIPTION
647656 Push secrets to the selected secret service
@@ -650,20 +659,23 @@ EXAMPLES
650659 $ scrollsdk setup push-secrets
651660
652661 $ scrollsdk setup push-secrets --debug
662+
663+ $ scrollsdk setup push-secrets --values-dir custom-values
653664```
654665
655- _ See code: [ src/commands/setup/push-secrets.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/push-secrets.ts ) _
666+ _ See code: [ src/commands/setup/push-secrets.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/push-secrets.ts ) _
656667
657668## ` scrollsdk setup tls `
658669
659670Update TLS configuration in Helm charts
660671
661672```
662673USAGE
663- $ scrollsdk setup tls [-d]
674+ $ scrollsdk setup tls [-d] [--values-dir <value>]
664675
665676FLAGS
666- -d, --debug Show debug output and confirm before making changes
677+ -d, --debug Show debug output and confirm before making changes
678+ --values-dir=<value> [default: values] Directory containing the values files
667679
668680DESCRIPTION
669681 Update TLS configuration in Helm charts
@@ -672,9 +684,11 @@ EXAMPLES
672684 $ scrollsdk setup tls
673685
674686 $ scrollsdk setup tls --debug
687+
688+ $ scrollsdk setup tls --values-dir custom-values
675689```
676690
677- _ See code: [ src/commands/setup/tls.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/setup/tls.ts ) _
691+ _ See code: [ src/commands/setup/tls.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/setup/tls.ts ) _
678692
679693## ` scrollsdk test contracts `
680694
@@ -693,7 +707,7 @@ DESCRIPTION
693707 Test contracts by checking deployment and initialization
694708```
695709
696- _ See code: [ src/commands/test/contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/test/contracts.ts ) _
710+ _ See code: [ src/commands/test/contracts.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/test/contracts.ts ) _
697711
698712## ` scrollsdk test dependencies `
699713
@@ -710,7 +724,7 @@ DESCRIPTION
710724 Check for required dependencies
711725```
712726
713- _ See code: [ src/commands/test/dependencies.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/test/dependencies.ts ) _
727+ _ See code: [ src/commands/test/dependencies.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/test/dependencies.ts ) _
714728
715729## ` scrollsdk test e2e `
716730
@@ -733,7 +747,7 @@ DESCRIPTION
733747 Test contracts by checking deployment and initialization
734748```
735749
736- _ See code: [ src/commands/test/e2e.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/test/e2e.ts ) _
750+ _ See code: [ src/commands/test/e2e.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/test/e2e.ts ) _
737751
738752## ` scrollsdk test ingress `
739753
@@ -752,5 +766,5 @@ DESCRIPTION
752766 Check for required ingress hosts and validate frontend URLs
753767```
754768
755- _ See code: [ src/commands/test/ingress.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.13 /src/commands/test/ingress.ts ) _
769+ _ See code: [ src/commands/test/ingress.ts] ( https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14 /src/commands/test/ingress.ts ) _
756770<!-- commandsstop -->
0 commit comments