@settlemint/sdk-cli 0.9.2 → 0.9.3
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 +1 -1
- package/dist/cli.js +247 -224
- package/dist/cli.js.map +27 -24
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -221,7 +221,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
|
|
|
221
221
|
|
|
222
222
|
## API Reference
|
|
223
223
|
|
|
224
|
-
See the [documentation](https://github.com/settlemint/sdk/tree/v0.9.
|
|
224
|
+
See the [documentation](https://github.com/settlemint/sdk/tree/v0.9.3/sdk/cli/docs/settlemint.md) for available commands.
|
|
225
225
|
|
|
226
226
|
## Contributing
|
|
227
227
|
|