githubEdit

Wrangler

Deploy Serverless API Gateway to Cloudflare Workers with Wrangler:

wrangler deploy

Use environment-specific config files when needed:

wrangler deploy --config wrangler.toml
wrangler deploy --config wrangler.auth.toml

Last updated