You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
TLDR: revent flag values like --api-key and --project could be persisted using Deno KV in unique database constructed from the file URL of the project root (e.g. using Deno.openKv(import.meta.url)?)
TLDR: revent flag values like
--api-key
and--project
could be persisted using Deno KV in unique database constructed from the file URL of the project root (e.g. usingDeno.openKv(import.meta.url)
?)Context
Refer to the managing state section of the Build a Cross-Platform CLI with Deno in 5 minutes blog post.
Example
This example is also taken from the blogpost and simply used for illustrative purposes of how the code could look like.
The text was updated successfully, but these errors were encountered: