On the KV tab in Deno Deploy for your Project, there is the section: "Connect to this database from Deno CLI"
In the description below it says:
You'll need to [store an access token](https://docs.deno.com/kv/manual/on_deploy#connect-to-managed-databases-from-outside-of-deno-deploy) in the DENO_KV_ACESS_TOKEN environment variable to use this. [Set up access tokens for Deno CLI](https://dash.deno.com/account#access-tokens)
But when using DENO_KV_ACESS_TOKEN, Deno will complain that it is looking for DENO_KV_ACCESS_TOKEN.
🔍
Type of feedback
Documentation improvement
Description
On the KV tab in Deno Deploy for your Project, there is the section: "Connect to this database from Deno CLI"
In the description below it says:
But when using
DENO_KV_ACESS_TOKEN
, Deno will complain that it is looking forDENO_KV_ACCESS_TOKEN
.Steps to reproduce (if applicable)
Expected behavior (if applicable)
No response
Possible solution (if applicable)
Change
DENO_KV_ACESS_TOKEN
toDENO_KV_ACCESS_TOKEN
.Additional context
No response