Apologies if this is any easy thing but i couldn't find an answer when searching I have a cloudflar

Apologies if this is any easy thing but i couldn't find an answer when searching

I have a cloudflare pages app (remix app) that uses KV. Using wrangler 3.5.1

When running locally wrangler pages dev ./public --kv STORE i would like to:

  1. access my production KV values
OR

  1. pre populate the local sqlite db with values from my production KV
With my previous wrangler version 2.20.0 i could not use the production KV when running locally but i could populate a local KV with production values just by writing json to .wrangler/state/STORE/:id. Is there an equivalent way to do that with wrangler 3.x sqlite? Or more ideally to use the production data from the remote KV?
Was this page helpful?