You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,13 @@ if (result.hasErrors) console.log(result.errors);
154
154
The canonical primitive for any deploy (database + migrations + manifest + value-free secret declarations + functions + site + subdomain). Three layers:
@@ -167,7 +173,7 @@ for await (const ev of op.events()) console.log(ev.type);
167
173
const final =awaitop.result();
168
174
169
175
// Resume a previously-started deploy by id.
170
-
const resumed =awaitr.deploy.resume(operationId);
176
+
const resumed =awaitr.deploy.resume("op_...");
171
177
```
172
178
173
179
-**All bytes ride through CAS.** The plan request body never carries inline bytes — only `ContentRef` objects. When the spec exceeds 5 MB JSON, the SDK uploads the manifest itself as a CAS object (`manifest_ref` escape hatch).
0 commit comments