Skip to content

jroyal/cloudflare-workers-kv-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-workers-kv-viewer

Cloudflare Workers KV interactive viewer

Install

npm install cloudflare-workers-kv-viewer -g

Environment variables

CLOUDFLARE_AUTH_EMAIL # your cloudflare account email
CLOUDFLARE_AUTH_KEY # your cloudflare account api key
CLOUDFLARE_NAMESPACE_ID # your cloudflare account id

You can also set these with optional command line arguments if you prefer.

Interactive vs Given

This is setup to guide you interactively into picking your key value but you can pass in the namespace or key value if you already know what you are looking for

cfkvi -h
Usage: cfkvi [options]

Options:
  --account-id <id>        Cloudflare Account ID
  --account-email <email>  Cloudflare Auth Email
  --account-key <key>      Cloudflare Auth Key
  -n, --namespace <ns>     Namespace
  -k, --key <key>          Key to get
  -l, --loop               Keep prompting for new values
  -h, --help               output usage information

About

Cloudflare Workers KV interactive viewer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published