Skip to main content

Module wrangler

Module wrangler 

Source
Expand description

wrangler.toml generation per Worker (v0.8 §4.4 / §4.5).

Each context becomes a Cloudflare Worker with its own wrangler config. Service Bindings are declared for every consumed context. Durable Object bindings + migrations are declared for every agent.

Constants§

KV_NAMESPACE_ID_PLACEHOLDER
Deploy-time sentinel in generated Worker configuration. The driver replaces this with the persistent Cloudflare KV namespace id immediately before a remote Wrangler command runs.