CloudFlare Worker CLI Tool
wrangler USage
Document and Github
cloudflare/wrangler
wrangler is a CLI tool designed for folks who are interested in using Cloudflare Workers. You have many options to install wrangler! npm i @cloudflare/wrangler -g Specify binary site URL In case you need to store/mirror binaries on premise you will need to specify where wrangler should search for them by providing any of the following: Environment variable: WRANGLER_BINARY_HOST NPM configuration: wrangler_binary_host If you don't have cargo or npm installed, you will need to follow these additional instructions.
https://github.com/cloudflare/wrangler
Quick Start
Edit on GitHub All of the tutorials in the Workers documentation use Wrangler, Cloudflare's open-source command-line tool for managing Cloudflare Workers projects. To begin, you'll need to install Wrangler on your machine.
https://developers.cloudflare.com/workers/quickstart


Seonglae Cho