Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroyal/cloudflare-workers-kv-viewer
Cloudflare Workers KV interactive viewer
https://github.com/jroyal/cloudflare-workers-kv-viewer
cloudflare workers workers-kv
Last synced: about 1 month ago
JSON representation
Cloudflare Workers KV interactive viewer
- Host: GitHub
- URL: https://github.com/jroyal/cloudflare-workers-kv-viewer
- Owner: jroyal
- License: mit
- Created: 2019-03-29T03:56:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T15:13:19.000Z (over 5 years ago)
- Last Synced: 2024-10-07T18:09:08.399Z (2 months ago)
- Topics: cloudflare, workers, workers-kv
- Language: JavaScript
- Size: 188 KB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudflare - Workers KV Viewer - CLI based interactive viewer for workers KV storage. (Workers / Tools)
- awesome-cloudflare - Workers KV Viewer - CLI based interactive viewer for workers KV storage. (Workers / Tools)
README
# cloudflare-workers-kv-viewer
Cloudflare Workers KV interactive viewer![](media/example.gif)
## 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 Cloudflare Account ID
--account-email Cloudflare Auth Email
--account-key Cloudflare Auth Key
-n, --namespace Namespace
-k, --key Key to get
-l, --loop Keep prompting for new values
-h, --help output usage information
```