feat: kv keys
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Manage/browse KV namespace keys through CLI
```sh
$ cfw kv keys list [prefix]
$ cfw kv keys get
$ cfw kv keys delete
$ cfw kv keys pue
```
Have to figure out how to deal with pagination, if at all.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the cfw kv keys CLI entry point and inspect how it reaches Cloudflare KV namespaces. Confirm the list, get, delete, and put command names, then determine how pagination should work; done means the four commands manage and browse keys as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100