How do I use the wrangler cli to write to a local KV instance?
I gathered that local workers cannot access any KV resources remotely. However, I have a lot of KV items that I publish to prod using
wrangler kv:bulk
.
Is it possible to use the same wrangler kv:bulk command to write to the local KV storage? Alternatively, can I use the API? What would be the hostname?1 Reply
Thanks, I will make that work. In the meantime, I hope a local wrangler CLI is something you have on your roadmap 🙂