# Wrangler

Deploy Serverless API Gateway to Cloudflare Workers with Wrangler:

```bash
wrangler deploy
```

Use environment-specific config files when needed:

```bash
wrangler deploy --config wrangler.toml
wrangler deploy --config wrangler.auth.toml
```
