In the kv docs /getting-started I can't get this command to work: npx wrangler kv key put --bindin
In the kv docs /getting-started
I can't get this command to work:
npx wrangler kv key put --binding=<BINDING_NAME> "<KEY>" "<VALUE>"
just trying to follow the kv-tutorial
I used kv_binding_name - trying to follow the docs.
Though the docs say: name it BINDING_NAME - the very next step shows a create command with kv_binding_name
✘ [ERROR] A namespace with binding name "kv_binding_name" was not found in the configured "kv_namespaces".
✘ [ERROR] A namespace with binding name "kv-tutorial-kv_binding_name" was not found in the configured "kv_namespaces".

0 Replies