#Get current worker via wrangler?

1 messages · Page 1 of 1 (latest)

solemn onyx
#

I created a few workers directly using the dashboard. Is there a way PULL a current worker into a folder via wrangler?

The online "quick edit" isn't working right now, and I'd like to start using it via vscode.

main apex
#

npx wrangler init --from-dash <script name>

weak goblet
#

If you're using v3, you might need to use wrangler init --from-dash --no-delegate-c3

solemn onyx
#

thanks! npx worked perfectly