Skip to content

Commit 04c6c01

Browse files
committed
0.1.0
1 parent 6d132ce commit 04c6c01

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
@@ -29,7 +29,7 @@ $ npm install -g @scroll-tech/scroll-sdk-cli
2929
$ scrollsdk COMMAND
3030
running command...
3131
$ scrollsdk (--version)
32-
@scroll-tech/scroll-sdk-cli/0.0.17 darwin-arm64 node-v20.13.1
32+
@scroll-tech/scroll-sdk-cli/0.1.0 darwin-arm64 node-v20.13.1
3333
$ scrollsdk --help [COMMAND]
3434
USAGE
3535
$ scrollsdk COMMAND
@@ -110,7 +110,7 @@ DESCRIPTION
110110
Generate transactions on the specified network(s) to produce more blocks
111111
```
112112

113-
_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/helper/activity.ts)_
113+
_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/helper/activity.ts)_
114114

115115
## `scrollsdk helper clear-accounts`
116116

@@ -135,7 +135,7 @@ DESCRIPTION
135135
Clear pending transactions and optionally transfer remaining funds on Layer 2
136136
```
137137

138-
_See code: [src/commands/helper/clear-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/helper/clear-accounts.ts)_
138+
_See code: [src/commands/helper/clear-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/helper/clear-accounts.ts)_
139139

140140
## `scrollsdk helper derive-enode NODEKEY`
141141

@@ -155,7 +155,7 @@ EXAMPLES
155155
$ scrollsdk helper derive-enode 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
156156
```
157157

158-
_See code: [src/commands/helper/derive-enode.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/helper/derive-enode.ts)_
158+
_See code: [src/commands/helper/derive-enode.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/helper/derive-enode.ts)_
159159

160160
## `scrollsdk helper fund-accounts`
161161

@@ -185,7 +185,7 @@ DESCRIPTION
185185
Fund L1 and L2 accounts for contracts
186186
```
187187

188-
_See code: [src/commands/helper/fund-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/helper/fund-accounts.ts)_
188+
_See code: [src/commands/helper/fund-accounts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/helper/fund-accounts.ts)_
189189

190190
## `scrollsdk helper set-scalars`
191191

@@ -209,7 +209,7 @@ DESCRIPTION
209209
Set commit and blob scalars for Scroll SDK
210210
```
211211

212-
_See code: [src/commands/helper/set-scalars.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/helper/set-scalars.ts)_
212+
_See code: [src/commands/helper/set-scalars.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/helper/set-scalars.ts)_
213213

214214
## `scrollsdk plugins`
215215

@@ -523,7 +523,7 @@ EXAMPLES
523523
$ scrollsdk setup configs --configs-dir custom-configs
524524
```
525525

526-
_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/configs.ts)_
526+
_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/configs.ts)_
527527

528528
## `scrollsdk setup db-init`
529529

@@ -554,7 +554,7 @@ EXAMPLES
554554
$ scrollsdk setup db-init --update-db-port=25061
555555
```
556556

557-
_See code: [src/commands/setup/db-init.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/db-init.ts)_
557+
_See code: [src/commands/setup/db-init.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/db-init.ts)_
558558

559559
## `scrollsdk setup domains [FILE]`
560560

@@ -578,7 +578,7 @@ EXAMPLES
578578
$ scrollsdk setup domains
579579
```
580580

581-
_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/domains.ts)_
581+
_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/domains.ts)_
582582

583583
## `scrollsdk setup gas-token`
584584

@@ -595,7 +595,7 @@ EXAMPLES
595595
$ scrollsdk setup gas-token
596596
```
597597

598-
_See code: [src/commands/setup/gas-token.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/gas-token.ts)_
598+
_See code: [src/commands/setup/gas-token.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/gas-token.ts)_
599599

600600
## `scrollsdk setup gen-keystore`
601601

@@ -617,7 +617,7 @@ EXAMPLES
617617
$ scrollsdk setup gen-keystore --no-accounts
618618
```
619619

620-
_See code: [src/commands/setup/gen-keystore.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/gen-keystore.ts)_
620+
_See code: [src/commands/setup/gen-keystore.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/gen-keystore.ts)_
621621

622622
## `scrollsdk setup prep-charts`
623623

@@ -647,7 +647,7 @@ EXAMPLES
647647
$ scrollsdk setup prep-charts --skip-auth-check
648648
```
649649

650-
_See code: [src/commands/setup/prep-charts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/prep-charts.ts)_
650+
_See code: [src/commands/setup/prep-charts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/prep-charts.ts)_
651651

652652
## `scrollsdk setup push-secrets`
653653

@@ -672,7 +672,7 @@ EXAMPLES
672672
$ scrollsdk setup push-secrets --values-dir custom-values
673673
```
674674

675-
_See code: [src/commands/setup/push-secrets.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/push-secrets.ts)_
675+
_See code: [src/commands/setup/push-secrets.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/push-secrets.ts)_
676676

677677
## `scrollsdk setup tls`
678678

@@ -697,7 +697,7 @@ EXAMPLES
697697
$ scrollsdk setup tls --values-dir custom-values
698698
```
699699

700-
_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/setup/tls.ts)_
700+
_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/setup/tls.ts)_
701701

702702
## `scrollsdk test contracts`
703703

@@ -716,7 +716,7 @@ DESCRIPTION
716716
Test contracts by checking deployment and initialization
717717
```
718718

719-
_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/test/contracts.ts)_
719+
_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/test/contracts.ts)_
720720

721721
## `scrollsdk test dependencies`
722722

@@ -733,7 +733,7 @@ DESCRIPTION
733733
Check for required dependencies
734734
```
735735

736-
_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/test/dependencies.ts)_
736+
_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/test/dependencies.ts)_
737737

738738
## `scrollsdk test e2e`
739739

@@ -756,7 +756,7 @@ DESCRIPTION
756756
Test contracts by checking deployment and initialization
757757
```
758758

759-
_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/test/e2e.ts)_
759+
_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/test/e2e.ts)_
760760

761761
## `scrollsdk test ingress`
762762

@@ -775,5 +775,5 @@ DESCRIPTION
775775
Check for required ingress hosts and validate frontend URLs
776776
```
777777

778-
_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.17/src/commands/test/ingress.ts)_
778+
_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.1.0/src/commands/test/ingress.ts)_
779779
<!-- 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-tech/scroll-sdk-cli",
33
"description": "A tool for managing and testing Scroll SDK deployments",
4-
"version": "0.0.17",
4+
"version": "0.1.0",
55
"author": "Daniel Helm",
66
"bin": {
77
"scrollsdk": "bin/run.js"

0 commit comments

Comments
 (0)