@settlemint/sdk-cli 0.8.6-pr02ec4804 → 0.8.6-pr145ce8dd
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 -24
- package/dist/cli.js +45332 -45157
- package/dist/cli.js.map +43 -42
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -43,28 +43,6 @@ pnpm dlx @settlemint/sdk-cli@latest create
|
|
|
43
43
|
|
|
44
44
|
Then following the next steps in your terminal.
|
|
45
45
|
|
|
46
|
+
## Commands
|
|
46
47
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Debugging
|
|
50
|
-
|
|
51
|
-
To debug with interactive input you need to start the command from the terminal and then attach the debugger.
|
|
52
|
-
|
|
53
|
-
```bash
|
|
54
|
-
bun --inspect-wait=localhost:6499/ sdk/cli/src/cli.ts create
|
|
55
|
-
# Attach the debugger using the "SDK: Attach to process" configuration
|
|
56
|
-
|
|
57
|
-
# Run from the directory created by the create command
|
|
58
|
-
bun --inspect-wait=localhost:6499/ sdk/cli/src/cli.ts connect
|
|
59
|
-
# Attach the debugger using the "SDK: Attach to process" configuration
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### e2e tests
|
|
63
|
-
|
|
64
|
-
Create a ".env" file in the root folder of this project.
|
|
65
|
-
|
|
66
|
-
```env
|
|
67
|
-
SETTLEMINT_ACCESS_TOKEN_E2E_TESTS="sm_pat_xxx"
|
|
68
|
-
SETTLEMINT_INSTANCE="https://me.settlemint.be"
|
|
69
|
-
DISABLE_WORKSPACE_DELETE=true
|
|
70
|
-
```
|
|
48
|
+
See the [documentation](./docs/settlemint.md) for available commands.
|