Skip to main content

Cloudflare Workers

Dev

KV

get

npx wrangler kv:key get tabby-configs --binding TABBY_STORE --local

set

npx wrangler kv:key put tabby-users '[{"id":1,"username":"WayneCommand"}]' --binding TABBY_STORE --local