#Get current worker via wrangler?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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.
npx wrangler init --from-dash <script name>
If you're using v3, you might need to use wrangler init --from-dash --no-delegate-c3
thanks! npx worked perfectly