How do I list contents of local KV?
I'm running
wrangler dev
. I get this on startup:
How can I list all the contents of this KV?
If I try in a new terminal tab:
it returns []
.
So does it when I try:
The items are present, from inside the worker I can console.log them. Only from terminal/wrangler I cannot access them.
What am I doing wrong?0 Replies