Skip to main content
Use a log callback when the client should display build progress immediately:
Reconnect to a background build by ID:
The TypeScript SDK builds synchronously and streams logs via onLogEntry; it does not reconnect to background builds. Use the Python SDK, CLI, or HTTP API.
Save status.next_offset after each poll and pass it to the next get_status() or wait_until_terminal() call to fetch only new entries.

More CLI Examples