@settlemint/sdk-cli 0.9.9 → 1.0.0-main0c394db9
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 +2 -4
- package/dist/cli.js +11045 -10221
- package/dist/cli.js.map +56 -28
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -16,9 +16,7 @@
|
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<a href="https://console.settlemint.com/documentation/">Documentation</a>
|
|
20
|
-
<span> • </span>
|
|
21
|
-
<a href="https://discord.com/invite/Mt5yqFrey9">Discord</a>
|
|
19
|
+
<a href="https://console.settlemint.com/documentation/docs/using-platform/dev-tools/SDK/">Documentation</a>
|
|
22
20
|
<span> • </span>
|
|
23
21
|
<a href="https://www.npmjs.com/package/@settlemint/sdk-cli">NPM</a>
|
|
24
22
|
<span> • </span>
|
|
@@ -231,7 +229,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
|
|
|
231
229
|
|
|
232
230
|
## API Reference
|
|
233
231
|
|
|
234
|
-
See the [documentation](https://github.com/settlemint/sdk/tree/
|
|
232
|
+
See the [documentation](https://github.com/settlemint/sdk/tree/v1.0.0/sdk/cli/docs/settlemint.md) for available commands.
|
|
235
233
|
|
|
236
234
|
## Contributing
|
|
237
235
|
|