Skip to content

Wrangler is a command-line tool for building with Cloudflare developer products.

Notifications You must be signed in to change notification settings

ferdypruis/wrangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

wrangler

Wrangler is a command-line tool for building with Cloudflare developer products.

How to use

Build this container once

docker build -t wrangler .

Mount the site folder and provide your Account ID and API token to deploy pages;

docker run -v ${pwd}/site:/site -e CLOUDFLARE_ACCOUNT_ID -e CLOUDFLARE_API_TOKEN wrangler pages deploy /site --project-name=<project_name>

Resources

About

Wrangler is a command-line tool for building with Cloudflare developer products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages