@settlemint/sdk-cli 1.0.9-main607ba123 → 1.0.9-main73ff5050
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cli.js +770 -2638
- package/dist/cli.js.map +29 -66
- package/package.json +13 -11
package/README.md
CHANGED
|
@@ -84,10 +84,10 @@ npm install -g @settlemint/sdk-cli
|
|
|
84
84
|
bun install -g @settlemint/sdk-cli
|
|
85
85
|
|
|
86
86
|
# pnpm
|
|
87
|
-
pnpm
|
|
87
|
+
pnpm add -g @settlemint/sdk-cli
|
|
88
88
|
|
|
89
89
|
# yarn
|
|
90
|
-
yarn
|
|
90
|
+
yarn global add @settlemint/sdk-cli
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
You can access the CLI globally by running `settlemint` in your terminal.
|
|
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
|
|
|
249
249
|
|
|
250
250
|
## API Reference
|
|
251
251
|
|
|
252
|
-
See the [documentation](https://github.com/settlemint/sdk/tree/v1.0.
|
|
252
|
+
See the [documentation](https://github.com/settlemint/sdk/tree/v1.0.9/sdk/cli/docs/settlemint.md) for available commands.
|
|
253
253
|
|
|
254
254
|
## Contributing
|
|
255
255
|
|