
wrangler
List of commands for wrangler:
-
wrangler:tldr:0c46b wrangler: Authenticate with Cloudflare.$ wrangler logintry on your machineexplain this command
-
wrangler:tldr:3a84b wrangler: Initialize a project with a skeleton configuration.$ wrangler init ${project_name}try on your machineexplain this command
-
wrangler:tldr:8c0f9 wrangler: Publish the worker script.$ wrangler publishtry on your machineexplain this command
-
wrangler:tldr:ce58b wrangler: Aggregate logs from the production worker.$ wrangler tailtry on your machineexplain this command
-
wrangler:tldr:f3113 wrangler: Start a local development server.$ wrangler dev --host ${hostname}try on your machineexplain this command