@treeseed/sdk 0.13.0-rc.59 → 0.13.0-rc.60

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.
@@ -1 +1 @@
1
- {"completedAt":"2026-08-31T04:02:23.583Z"}
1
+ {"completedAt":"2026-08-31T08:05:33.837Z"}
@@ -60,6 +60,7 @@ const operationBindings = {
60
60
  "host storage connect": local("local.host.storage.connect"),
61
61
  "host storage reconcile": local("local.host.storage.reconcile"),
62
62
  "host storage rotate": local("local.host.storage.rotate"),
63
+ "host storage reset": local("local.host.storage.reset"),
63
64
  "host security plan": local("local.host.security.plan"),
64
65
  "host security initialize": local("local.host.security.initialize"),
65
66
  "host security status": local("local.host.security.status"),
@@ -358,7 +359,8 @@ const commandTree = {
358
359
  leaf("status"),
359
360
  addOptions(leaf("connect", "mutation", "backend", "credential"), [{ name: "--account-id", description: "Optional Cloudflare account ID when the bootstrap authority reaches multiple accounts.", type: "string" }]),
360
361
  leaf("reconcile", "mutation", void 0, "authority"),
361
- leaf("rotate", "mutation", "backend", "credential")
362
+ leaf("rotate", "mutation", "backend", "credential"),
363
+ addOptions(leaf("reset", "mutation", "backend", "destructive"), [{ name: "--environment", description: "Exact storage environment to empty and recreate.", type: "string", required: true }])
362
364
  ]),
363
365
  branch("security", [leaf("plan"), hostSecurityInitialize(), leaf("status"), leaf("verify"), hostSecurityRotate(), branch("recovery", [hostRecoveryVerify()])]),
364
366
  branch("sandbox", [leaf("status"), leaf("doctor")]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.59",
3
+ "version": "0.13.0-rc.60",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {