wrangler
Cloudflare Workers command-line tool.
- 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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).