the docs for the hyperdrive have some
the docs for the hyperdrive have some mistakes:
on create it says
wrangler hyperdrive create <ID> [OPTIONS]
but its not <ID> its <NAME>
vs on wrangler hyperdrive update <ID> [OPTIONS]
it is actually the ID, that was created before.
also, on update, the --database is the only one who has no "origin" prefix - seems to be inconsistant, also why not just enable the same --connection-string parameter, when you anyway need to update everything3 Replies
Hey, thanks for flagging! Could you send me a link to the dev docs where you found the mistake?
Cloudflare Docs
Commands | Cloudflare Workers docs
Create, develop, and deploy your Cloudflare Workers with Wrangler commands.
Thanks @piffie , there's a PR for this now - I added some backend doc efficiencies, so need a bit more time to review and merge
But it'll be updated soon!
Change is live now fyi 😄