Get Current Worker file
As you guys know quick edit is no longer available in Android cloudflare site which was used to quick edit and get current worker file.
So now my question is:
I can't find any option like using wrangle and site.
5 Replies
wydm quick edit isn't available on Android/mobile? It's still very much an option as far as I can see, you just have to scroll/drag over on the Metrics/Logs top bar which may not be obvious
Other options, you can init wrangler from dash code: https://developers.cloudflare.com/workers/wrangler/commands/#init
Cloudflare Docs
Commands | Cloudflare Workers docs
Create, develop, and deploy your Cloudflare Workers with Wrangler commands.
Yeah, Wrangler one is deprecated, so you can also use
npm create cloudflare@latest --existing-script <name>
Oo my bad it's getting hide on small mobile screen need to scroll 😅😅