bindings deployed with wrangler.toml

when I deploy pages, why doesn't the deploy pick up the bindings specified in my wrangler.toml?
3 Replies
frolic
frolic4mo ago
my ideal would be being able to specify all of my app's configuration and interlinking with wrangler.toml, run a deploy command, and have it get mirrored to cloudflare (rather than clicking through UI to do all this)
Cyb3r-Jak3
Cyb3r-Jak34mo ago
Pages doesn’t support the wrangler file for deploying bindings. You have to do it in the UI or via API
alukach
alukach3mo ago
@Cyb3r-Jok3 To expand on this, the bindings configured in wrangler.toml are purely for local development?