Is it possible to use Wrangler / Direct Upload from JS?
I'm working on a plugin for Obsidian to convert Markdown pages to HTML, using a template, generate static assets and then upload them to Cloudflare Pages. I'd like to have all this done in the plugin, without the need for installing any other packages or run commands in the CLI.
Is there a good documentation for the wrangler API?
I imagine something along the lines of
Is there a good documentation for the wrangler API?
I imagine something along the lines of