@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-
|
|
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")]),
|