Skip to content

Commit 85ecf66

Browse files
committed
0.0.16
1 parent 153f4f6 commit 85ecf66

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g scroll-sdk-cli
2020
$ scrollsdk COMMAND
2121
running command...
2222
$ scrollsdk (--version)
23-
scroll-sdk-cli/0.0.15 linux-x64 node-v20.11.0
23+
scroll-sdk-cli/0.0.16 linux-x64 node-v20.11.0
2424
$ scrollsdk --help [COMMAND]
2525
USAGE
2626
$ scrollsdk COMMAND
@@ -101,7 +101,7 @@ DESCRIPTION
101101
Generate transactions on the specified network(s) to produce more blocks
102102
```
103103

104-
_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/helper/activity.ts)_
104+
_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/helper/activity.ts)_
105105

106106
## `scrollsdk helper clear-accounts`
107107

@@ -126,7 +126,7 @@ DESCRIPTION
126126
Clear pending transactions and optionally transfer remaining funds on Layer 2
127127
```
128128

129-
_See code: [src/commands/helper/clear-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/helper/clear-accounts.ts)_
130130

131131
## `scrollsdk helper derive-enode NODEKEY`
132132

@@ -146,7 +146,7 @@ EXAMPLES
146146
$ scrollsdk helper derive-enode 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
147147
```
148148

149-
_See code: [src/commands/helper/derive-enode.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/helper/derive-enode.ts)_
150150

151151
## `scrollsdk helper fund-accounts`
152152

@@ -176,7 +176,7 @@ DESCRIPTION
176176
Fund L1 and L2 accounts for contracts
177177
```
178178

179-
_See code: [src/commands/helper/fund-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/helper/fund-accounts.ts)_
180180

181181
## `scrollsdk helper set-scalars`
182182

@@ -200,7 +200,7 @@ DESCRIPTION
200200
Set commit and blob scalars for Scroll SDK
201201
```
202202

203-
_See code: [src/commands/helper/set-scalars.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/helper/set-scalars.ts)_
204204

205205
## `scrollsdk plugins`
206206

@@ -514,7 +514,7 @@ EXAMPLES
514514
$ scrollsdk setup configs --configs-dir custom-configs
515515
```
516516

517-
_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/configs.ts)_
517+
_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/setup/configs.ts)_
518518

519519
## `scrollsdk setup db-init`
520520

@@ -545,7 +545,7 @@ EXAMPLES
545545
$ scrollsdk setup db-init --update-db-port=25061
546546
```
547547

548-
_See code: [src/commands/setup/db-init.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/setup/db-init.ts)_
549549

550550
## `scrollsdk setup domains [FILE]`
551551

@@ -569,7 +569,7 @@ EXAMPLES
569569
$ scrollsdk setup domains
570570
```
571571

572-
_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/domains.ts)_
572+
_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/setup/domains.ts)_
573573

574574
## `scrollsdk setup gas-token`
575575

@@ -586,7 +586,7 @@ EXAMPLES
586586
$ scrollsdk setup gas-token
587587
```
588588

589-
_See code: [src/commands/setup/gas-token.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/setup/gas-token.ts)_
590590

591591
## `scrollsdk setup gen-keystore`
592592

@@ -608,7 +608,7 @@ EXAMPLES
608608
$ scrollsdk setup gen-keystore --no-accounts
609609
```
610610

611-
_See code: [src/commands/setup/gen-keystore.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/setup/gen-keystore.ts)_
612612

613613
## `scrollsdk setup prep-charts`
614614

@@ -638,7 +638,7 @@ EXAMPLES
638638
$ scrollsdk setup prep-charts --skip-auth-check
639639
```
640640

641-
_See code: [src/commands/setup/prep-charts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/setup/prep-charts.ts)_
642642

643643
## `scrollsdk setup push-secrets`
644644

@@ -663,7 +663,7 @@ EXAMPLES
663663
$ scrollsdk setup push-secrets --values-dir custom-values
664664
```
665665

666-
_See code: [src/commands/setup/push-secrets.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/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.16/src/commands/setup/push-secrets.ts)_
667667

668668
## `scrollsdk setup tls`
669669

@@ -688,7 +688,7 @@ EXAMPLES
688688
$ scrollsdk setup tls --values-dir custom-values
689689
```
690690

691-
_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/tls.ts)_
691+
_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/setup/tls.ts)_
692692

693693
## `scrollsdk test contracts`
694694

@@ -707,7 +707,7 @@ DESCRIPTION
707707
Test contracts by checking deployment and initialization
708708
```
709709

710-
_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/contracts.ts)_
710+
_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/test/contracts.ts)_
711711

712712
## `scrollsdk test dependencies`
713713

@@ -724,7 +724,7 @@ DESCRIPTION
724724
Check for required dependencies
725725
```
726726

727-
_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/dependencies.ts)_
727+
_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/test/dependencies.ts)_
728728

729729
## `scrollsdk test e2e`
730730

@@ -747,7 +747,7 @@ DESCRIPTION
747747
Test contracts by checking deployment and initialization
748748
```
749749

750-
_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/e2e.ts)_
750+
_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/test/e2e.ts)_
751751

752752
## `scrollsdk test ingress`
753753

@@ -766,5 +766,5 @@ DESCRIPTION
766766
Check for required ingress hosts and validate frontend URLs
767767
```
768768

769-
_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/ingress.ts)_
769+
_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.16/src/commands/test/ingress.ts)_
770770
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scroll-sdk-cli",
33
"description": "A tool for managing and testing Scroll SDK deployments",
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"author": "Daniel Helm",
66
"bin": {
77
"scrollsdk": "bin/run.js"

0 commit comments

Comments
 (0)