kvtool

CLI utility for Cloudflare Workers KV

Installation

deno install --allow-net --allow-read https://deno.land/x/kvtool@0.1.0/kvtool.ts

Usage

Usage:   kvtool
Version: 0.1.0

Description:

  CLI utility for Cloudflare Workers KV

Options:

  -h, --help             - Show this help.
  -V, --version          - Show the version number for this program.
  -c, --config   <path>  - Path to a configuration file               (Default: "./wrangler.toml")

Commands:

  list                  - List namespaces owned by your account
  create  <title>       - Create a namespace
  rename  <src> <dest>  - Rename a namespace
  copy    <src> <dest>  - Copy a namespace

Acknowledgement

The development of kvtool is supported by Active Connector Inc.