cfw icon indicating copy to clipboard operation
cfw copied to clipboard

feat: kv keys

Open lukeed opened this issue 5 years ago • 0 comments

Manage/browse KV namespace keys through CLI

$ cfw kv keys list [prefix]
$ cfw kv keys get <name>
$ cfw kv keys delete <name>
$ cfw kv keys pue <name> <value>

Have to figure out how to deal with pagination, if at all.

lukeed avatar Aug 11 '20 06:08 lukeed