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
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?
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?