wrangler kv:key
Individually manage Workers KV key-value
Subcommands
Name | Description |
---|
delete | Delete a key and its value from a namespace |
get | Get a key's value from a namespace |
help | Prints this message or the help of the given subcommand(s) |
list | List all keys in a namespace. Produces JSON output |
put | Put a key-value pair into a namespace |
Options
Name | Description |
---|
-c, --config <wrangler.toml> | Path to configuration file [default: wrangler.toml] |
-e, --env <environment> | Environment to perform a command on |
-h, --help | Prints help information |
--verbose | Toggle verbose output (when applicable) |