@substructure.ai/cli 0.1.16 → 0.1.18
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 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@ Supported platforms: macOS (arm64, x64), Linux (arm64, x64).
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
substructure
|
|
18
|
+
substructure serve --dev --provider openrouter --worker-url http://localhost:4444
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
Run `substructure --help` for the full command list. Cloud management commands
|
|
21
|
+
Run `substructure --help` for the full command list. Cloud management commands (`apps`, `keys`, `webhook`, `sessions`, …) are top-level subcommands.
|
|
22
22
|
|
|
23
23
|
## Links
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substructure.ai/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "CLI for Substructure",
|
|
5
5
|
"license": "FSL-1.1-ALv2",
|
|
6
6
|
"type": "module",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@substructure.ai/cli-darwin-arm64": "0.1.
|
|
40
|
-
"@substructure.ai/cli-darwin-x64": "0.1.
|
|
41
|
-
"@substructure.ai/cli-linux-arm64": "0.1.
|
|
42
|
-
"@substructure.ai/cli-linux-x64": "0.1.
|
|
39
|
+
"@substructure.ai/cli-darwin-arm64": "0.1.18",
|
|
40
|
+
"@substructure.ai/cli-darwin-x64": "0.1.18",
|
|
41
|
+
"@substructure.ai/cli-linux-arm64": "0.1.18",
|
|
42
|
+
"@substructure.ai/cli-linux-x64": "0.1.18"
|
|
43
43
|
}
|
|
44
44
|
}
|