@substructure.ai/cli 0.1.15 → 0.1.17

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.
Files changed (2) hide show
  1. package/README.md +2 -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 local start --dev --provider openrouter --worker-url http://localhost:4444
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 live under `substructure cloud …`.
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.15",
3
+ "version": "0.1.17",
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.15",
40
- "@substructure.ai/cli-darwin-x64": "0.1.15",
41
- "@substructure.ai/cli-linux-arm64": "0.1.15",
42
- "@substructure.ai/cli-linux-x64": "0.1.15"
39
+ "@substructure.ai/cli-darwin-arm64": "0.1.17",
40
+ "@substructure.ai/cli-darwin-x64": "0.1.17",
41
+ "@substructure.ai/cli-linux-arm64": "0.1.17",
42
+ "@substructure.ai/cli-linux-x64": "0.1.17"
43
43
  }
44
44
  }