kv:bulk put/delete error
See original GitHub issueWhen running:
wrangler kv:bulk delete --namespace-id=REDACTED keys.json
I get this error:
✘ [ERROR] Received a bad response from the API
could not parse array of keys from request body: 'invalid character 'a' in literal true (expecting
'r')' [code: 10012]
If you think this is a bug, please open an issue at:
https://github.com/cloudflare/wrangler2/issues/new
Contents of keys.json
:
[
"target:foo"
]
Similar for kv:bulk put
.
CLI version: alpha
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
wrangler kv:bulk put and wrangler kv:bulk delete use different ...
When I use wrangler kv:bulk put with a JSON file, I would expect to be able to use the same JSON file when...
Read more >Wrangler commands - Cloudflare Workers docs
Delete your Worker and all associated Cloudflare developer platform ... wrangler kv:bulk put --binding=MY_KV allthethingsupload.json.
Read more >Kv bulk import http endpoint - Consul - HashiCorp Discuss
Consul KV recursive reads and deletes can be performed using a single API call from the client by specifying the recurse query option....
Read more >error while deleting bulk data - PI Square - OSIsoft
Hello Folks,. I have to delete bulk data, i.e. only 700 rows in OLEDB, and options I have used are PI SQL Commander...
Read more >wrangler - Fig.io
kv:bulk, Interact with multiple Workers KV key-value pairs at once. route, List or delete ... report, Report an error caught by Wrangler to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@motiejunas - fixed in https://github.com/cloudflare/wrangler2/pull/551
Oops! Thanks. I’ll resolve that, too.