diff --git a/README.md b/README.md index c954783..5f4b0b6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g scroll-sdk-cli $ scrollsdk COMMAND running command... $ scrollsdk (--version) -scroll-sdk-cli/0.0.14 linux-x64 node-v20.11.0 +scroll-sdk-cli/0.0.15 linux-x64 node-v20.11.0 $ scrollsdk --help [COMMAND] USAGE $ scrollsdk COMMAND @@ -101,7 +101,7 @@ DESCRIPTION Generate transactions on the specified network(s) to produce more blocks ``` -_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/helper/activity.ts)_ +_See code: [src/commands/helper/activity.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/helper/activity.ts)_ ## `scrollsdk helper clear-accounts` @@ -126,7 +126,7 @@ DESCRIPTION Clear pending transactions and optionally transfer remaining funds on Layer 2 ``` -_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)_ +_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)_ ## `scrollsdk helper derive-enode NODEKEY` @@ -146,7 +146,7 @@ EXAMPLES $ scrollsdk helper derive-enode 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef ``` -_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)_ +_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)_ ## `scrollsdk helper fund-accounts` @@ -176,7 +176,7 @@ DESCRIPTION Fund L1 and L2 accounts for contracts ``` -_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)_ +_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)_ ## `scrollsdk helper set-scalars` @@ -200,7 +200,7 @@ DESCRIPTION Set commit and blob scalars for Scroll SDK ``` -_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)_ +_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)_ ## `scrollsdk plugins` @@ -514,7 +514,7 @@ EXAMPLES $ scrollsdk setup configs --configs-dir custom-configs ``` -_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/setup/configs.ts)_ +_See code: [src/commands/setup/configs.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/configs.ts)_ ## `scrollsdk setup db-init` @@ -545,7 +545,7 @@ EXAMPLES $ scrollsdk setup db-init --update-db-port=25061 ``` -_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)_ +_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)_ ## `scrollsdk setup domains [FILE]` @@ -569,7 +569,7 @@ EXAMPLES $ scrollsdk setup domains ``` -_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/setup/domains.ts)_ +_See code: [src/commands/setup/domains.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/domains.ts)_ ## `scrollsdk setup gas-token` @@ -586,7 +586,7 @@ EXAMPLES $ scrollsdk setup gas-token ``` -_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)_ +_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)_ ## `scrollsdk setup gen-keystore` @@ -608,7 +608,7 @@ EXAMPLES $ scrollsdk setup gen-keystore --no-accounts ``` -_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)_ +_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)_ ## `scrollsdk setup prep-charts` @@ -638,7 +638,7 @@ EXAMPLES $ scrollsdk setup prep-charts --skip-auth-check ``` -_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)_ +_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)_ ## `scrollsdk setup push-secrets` @@ -663,7 +663,7 @@ EXAMPLES $ scrollsdk setup push-secrets --values-dir custom-values ``` -_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)_ +_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)_ ## `scrollsdk setup tls` @@ -688,7 +688,7 @@ EXAMPLES $ scrollsdk setup tls --values-dir custom-values ``` -_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/setup/tls.ts)_ +_See code: [src/commands/setup/tls.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/setup/tls.ts)_ ## `scrollsdk test contracts` @@ -707,7 +707,7 @@ DESCRIPTION Test contracts by checking deployment and initialization ``` -_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/test/contracts.ts)_ +_See code: [src/commands/test/contracts.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/contracts.ts)_ ## `scrollsdk test dependencies` @@ -724,7 +724,7 @@ DESCRIPTION Check for required dependencies ``` -_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/test/dependencies.ts)_ +_See code: [src/commands/test/dependencies.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/dependencies.ts)_ ## `scrollsdk test e2e` @@ -747,7 +747,7 @@ DESCRIPTION Test contracts by checking deployment and initialization ``` -_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/test/e2e.ts)_ +_See code: [src/commands/test/e2e.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/e2e.ts)_ ## `scrollsdk test ingress` @@ -766,5 +766,5 @@ DESCRIPTION Check for required ingress hosts and validate frontend URLs ``` -_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.14/src/commands/test/ingress.ts)_ +_See code: [src/commands/test/ingress.ts](https://github.com/scroll-tech/scroll-sdk-cli/blob/v0.0.15/src/commands/test/ingress.ts)_ diff --git a/package.json b/package.json index d4b7a92..9383913 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scroll-sdk-cli", "description": "A tool for managing and testing Scroll SDK deployments", - "version": "0.0.14", + "version": "0.0.15", "author": "Daniel Helm", "bin": { "scrollsdk": "bin/run.js"