Skip to content

Commit 538db7c

Browse files
committed
fix: cli package references
1 parent 16e4100 commit 538db7c

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

src/content/docs/en/sdk/guides/aws-deployment.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,16 @@ Ensure you have the following tools installed on your local machine:
4949
- [Docker](https://docs.docker.com/get-docker/)
5050
- [Node.js](https://nodejs.org/en/download/) ≥ 18
5151
- [jq](https://jqlang.github.io/jq/download/)
52-
- [scroll-sdk-cli](https://www.npmjs.com/package/scroll-sdk-cli)
52+
- [scroll-sdk-cli](https://www.npmjs.com/package/@scroll-tech/scroll-sdk-cli)
5353
- [k9s](https://k9scli.io/topics/install/) (optional, but recommended for cluster management)
5454

55-
{/* TODO: Replace with new cli url */}
5655

5756
Make sure to follow the installation instructions for each tool on their respective websites. For `kubectl`, you can refer to the detailed installation steps provided in the [Amazon EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html).
5857

5958
To install the scroll-sdk-cli, run:
6059

6160
```bash
62-
npm install -g scroll-sdk-cli
61+
npm install -g @scroll-tech/scroll-sdk-cli
6362
```
6463

6564
{/* TODO: Replace with new command */}

src/content/docs/en/sdk/guides/devnet-deployment.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ As we migrate to the Blockscout upgrade with native Scroll SDK support, we haven
6464
- `brew install nvm`
6565
- `nvm install node`
6666
- scroll-sdk-cli *(Experimental, APIs may change)*
67-
- `npm install -g scroll-sdk-cli`
67+
- `npm install -g @scroll-tech/scroll-sdk-cli`
6868
3. You should now be able to open a terminal and run the following:
6969
- `docker -v`
7070
- `kubectl version`
@@ -74,8 +74,6 @@ As we migrate to the Blockscout upgrade with native Scroll SDK support, we haven
7474
- `scrollsdk`
7575
- Or, in one step: `scrollsdk test dependencies --dev`
7676

77-
{/* TODO: Update the cli command to use the new `scrollsdk` install command */}
78-
7977
</Steps>
8078
</Fragment>
8179
<Fragment slot="panel.2">
@@ -127,7 +125,7 @@ As we migrate to the Blockscout upgrade with native Scroll SDK support, we haven
127125
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
128126
# Re-login or source your shell configuration
129127
nvm install 20
130-
npm install -g scroll-sdk-cli
128+
npm install -g @scroll-tech/scroll-sdk-cli
131129
```
132130
{/* TODO: Update the cli command to use the new `scrollsdk` install command */}
133131

src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ Please be aware that Blockscout will take a few extra steps to setup without aut
5858
- helm
5959
- docker
6060
- node ≥ 18
61-
- [scroll-sdk-cli](https://www.npmjs.com/package/scroll-sdk-cli) *(see below)*
61+
- [scroll-sdk-cli](https://www.npmjs.com/package/@scroll-tech/scroll-sdk-cli) *(see below)*
6262
- doctl *(optional)*
6363
- k9s *(optional)*
6464

65-
{/* TODO: Update URL to use new package name and command below */}
6665

67-
To install the scroll-sdk-cli, run `npm install -g scroll-sdk-cli`
66+
To install the scroll-sdk-cli, run `npm install -g @scroll-tech/scroll-sdk-cli`
6867

6968
Then, run `scrollsdk test dependencies` to test that the tool works and to check the required dependencies listed above.
7069

src/content/docs/en/sdk/technical-stack/configuration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ excerpt: "Information on configuring and customizing a Scroll SDK deployment."
99

1010
import Aside from "../../../../../components/Aside.astro"
1111

12-
Initial change configuration is made by modifying `config.toml`. All other config files are auto-generated from this file. For automating changes to your configuration for production deployments, see the [scroll-sdk-cli](/en/sdk/technical-stack/scroll-sdk-cli) tool.
13-
{/* TODO: Fix CLI URL to point to github repo */}
12+
Initial change configuration is made by modifying `config.toml`. All other config files are auto-generated from this file. For automating changes to your configuration for production deployments, see the [scroll-sdk-cli](https://www.npmjs.com/package/@scroll-tech/scroll-sdk-cli) tool.
1413

1514
For new production deployments, we recommend using the [example template](https://github.com/scroll-tech/scroll-sdk/blob/develop/examples/config.toml.example), which the `scroll-sdk-cli` tool is designed to work with. You can reference the default devnet configuration [here](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/config.toml).
1615

0 commit comments

Comments
 (0)