diff --git a/src/content/partials/workers/wrangler-commands/kv.mdx b/src/content/partials/workers/wrangler-commands/kv.mdx index 4db84c63886cff1..eed653bfa41dd57 100644 --- a/src/content/partials/workers/wrangler-commands/kv.mdx +++ b/src/content/partials/workers/wrangler-commands/kv.mdx @@ -173,9 +173,9 @@ This command requires a `--binding` or `--namespace-id` flag. - `--path` - When defined, the value is loaded from the file at `--path` rather than reading it from the `VALUE` argument. This is ideal for security-sensitive operations because it avoids saving keys and values into your terminal history. - `--binding` string - - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete. + - The binding name of the namespace, as stored in the `wrangler.toml` file, to write to. - `--namespace-id` - - The ID of the namespace to delete. + - The ID of the namespace to write to. - `--env` - Perform on a specific environment. - `--preview` @@ -245,9 +245,9 @@ This command requires `--binding` or `--namespace-id`. ::: - `--binding` - - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete. + - The binding name of the namespace, as stored in the `wrangler.toml` file, to list from. - `--namespace-id` - - The ID of the namespace to delete. + - The ID of the namespace to list from. - `--env` - Perform on a specific environment. - `--preview` @@ -333,9 +333,9 @@ Exactly one of `--binding` or `--namespace-id` is required. - `KEY` - The key value to get. - `--binding` - - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete. + - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete from. - `--namespace-id` - - The ID of the namespace to delete. + - The ID of the namespace to delete from. - `--env` - Perform on a specific environment. - `--preview` @@ -385,9 +385,9 @@ This command requires `--binding` or `--namespace-id`. - `FILENAME` - The JSON file containing an array of key-value pairs to write to the namespace. - `--binding` - - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete. + - The binding name of the namespace, as stored in the `wrangler.toml` file, to write to. - `--namespace-id` - - The ID of the namespace to delete. + - The ID of the namespace to write to. - `--env` - Perform on a specific environment. - `--preview` @@ -467,9 +467,9 @@ This command requires `--binding` or `--namespace-id`. - `FILENAME` - The JSON file containing an array of keys to delete from the namespace. - `--binding` - - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete. + - The binding name of the namespace, as stored in the `wrangler.toml` file, to delete from. - `--namespace-id` - - The ID of the namespace to delete. + - The ID of the namespace to delete from. - `--env` - Perform on a specific environment. - `--preview`