logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Wrangler - Cloudflare Workers Control | Online Free DevTools by Hexmos

Control Cloudflare Workers with Wrangler. Deploy, manage, and develop serverless applications effortlessly. Free online tool, no registration required.

wrangler

Cloudflare Workers tool. More information: https://developers.cloudflare.com/workers/wrangler/commands/.

  • Initialize a project with a skeleton configuration:

wrangler init {{project_name}}

  • Authenticate with Cloudflare:

wrangler login

  • Start a local development server:

wrangler dev --host {{hostname}}

  • Publish the worker script:

wrangler publish

  • Aggregate logs from the production worker:

wrangler tail

See Also