Skip to content

Commit e589ffa

Browse files
chore: add direct wrangler wrapper
1 parent dce21a6 commit e589ffa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scripts/wrangler_direct.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
4+
# Run Wrangler without inheriting local proxy variables. This keeps Cloudflare
5+
# CLI probes quiet when direct connectivity works.
6+
unset HTTP_PROXY HTTPS_PROXY ALL_PROXY NO_PROXY
7+
unset http_proxy https_proxy all_proxy no_proxy
8+
9+
exec wrangler "$@"

0 commit comments

Comments
 (0)