Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Document kv-namespaces in README #203

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ There are two types of configuration that `wrangler` uses: global user and per p
- `*example.com/*`
- `http://example.com/hello`
This key is optional if you are using a workers.dev subdomain and is only required for `publish --release`.
- `kv-namespaces`: A listing of [Workers KV](https://workers.cloudflare.com/docs/reference/storage/overview/) namespace bindings that you want configured for your project, in uppercase format. _Note: Workers KV is available only to paid Workers users._ Examples:
- `[CACHE]`
- `[TODOS, USERS]`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you also need to specify the namespace ID?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes correct, it's in #215. That said, it's currently in discussion I believe.


## ⚓ Installation

Expand Down