Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 feat: download of Worker script --from-dash #1645

Merged
merged 1 commit into from
Aug 12, 2022
Merged

Commits on Aug 12, 2022

  1. feat: download & initialize a wrangler project from dashboard worker

    Added `wrangler init --from-dash <worker-name>`, which allows initializing a wrangler project from a pre-existing worker in the dashboard.
    
    Resolves #1624
    Discussion: #1623
    
    Notes: `multiplart/form-data` parsing is [not currently supported in Undici](nodejs/undici#974), so a temporary workaround to slice off top and bottom boundaries is in place.
    JacobMGEvans committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f514540 View commit details
    Browse the repository at this point in the history