@settlemint/sdk-cli 1.1.15 → 1.1.16-main13878ff2
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 +4 -4
- package/dist/cli.js +1646 -1428
- package/dist/cli.js.map +26 -24
- package/package.json +8 -8
package/README.md
CHANGED
@@ -35,7 +35,7 @@
|
|
35
35
|
- [Get the version of the CLI](#get-the-version-of-the-cli)
|
36
36
|
- [Get help for a command](#get-help-for-a-command)
|
37
37
|
- [Login to the platform](#login-to-the-platform)
|
38
|
-
- [Creating a new project from a
|
38
|
+
- [Creating a new project from a template](#creating-a-new-project-from-a-template)
|
39
39
|
- [Installing dependencies](#installing-dependencies)
|
40
40
|
- [Connecting to your SettleMint infrastructure](#connecting-to-your-settlemint-infrastructure)
|
41
41
|
- [Deploying your smart contracts and subgraphs](#deploying-your-smart-contracts-and-subgraphs)
|
@@ -139,9 +139,9 @@ Then run the login command and paste your token when prompted:
|
|
139
139
|
settlemint login
|
140
140
|
```
|
141
141
|
|
142
|
-
### Creating a new project from a
|
142
|
+
### Creating a new project from a template
|
143
143
|
|
144
|
-
To create a new project from a
|
144
|
+
To create a new project from a template, use the `create` command with the `--template` flag:
|
145
145
|
|
146
146
|
```bash
|
147
147
|
settlemint create --project-name <project-name> --template <template-name>
|
@@ -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.1.
|
252
|
+
See the [documentation](https://github.com/settlemint/sdk/tree/v1.1.16/sdk/cli/docs/settlemint.md) for available commands.
|
253
253
|
|
254
254
|
## Contributing
|
255
255
|
|