wrangler kv:key

Individually manage Workers KV key-value

Subcommands

NameDescription
deleteDelete a key and its value from a namespace
getGet a key's value from a namespace
helpPrints this message or the help of the given subcommand(s)
listList all keys in a namespace. Produces JSON output
putPut a key-value pair into a namespace

Options

NameDescription
-c, --config <wrangler.toml>Path to configuration file [default: wrangler.toml]
-e, --env <environment>Environment to perform a command on
-h, --helpPrints help information
--verboseToggle verbose output (when applicable)