Skip to content

Commit 7538c7b

Browse files
committed
Moving KV Wrangler commands out of Reference.
1 parent 3c56f06 commit 7538c7b

File tree

14 files changed

+19
-18
lines changed

14 files changed

+19
-18
lines changed

public/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,12 +1651,13 @@
16511651
# workers KV
16521652
/kv/glossary/ /kv/reference/glossary/ 301
16531653
/kv/platform/environments/ /kv/reference/environments/ 301
1654-
/kv/platform/kv-commands/ /kv/reference/kv-commands/ 301
1654+
/kv/platform/kv-commands/ /kv/kv-commands/ 301
16551655
/kv/learning/ /kv/reference/ 301
16561656
/kv/learning/how-kv-works/ /kv/concepts/how-kv-works/ 301
16571657
/kv/learning/kv-bindings/ /kv/concepts/kv-bindings/ 301
16581658
/kv/learning/kv-namespaces/ /kv/concepts/kv-namespaces/ 301
16591659
/kv/reference/how-kv-works/ /kv/concepts/how-kv-works/ 301
1660+
/kv/reference/kv-commands/ /kv/kv-commands/ 301
16601661
/kv/reference/kv-bindings/ /kv/concepts/kv-bindings/ 301
16611662
/kv/reference/kv-namespaces/ /kv/concepts/kv-namespaces/ 301
16621663
/kv/tutorials/workers-kv-from-rust/ /workers/tutorials/workers-kv-from-rust/ 301

src/content/docs/kv/api/delete-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Delete more than one key-value pair at a time with Wrangler or [via the REST API
7373
The bulk REST API can accept up to 10,000 KV pairs at once. Bulk writes are not supported using the [KV binding](/kv/concepts/kv-bindings/).
7474

7575
## Other methods to access KV
76-
You can also [delete key-value pairs from the command line with Wrangler](/kv/reference/kv-commands/#kv-namespace-delete) or [with the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/delete/).
76+
You can also [delete key-value pairs from the command line with Wrangler](/kv/kv-commands/#kv-namespace-delete) or [with the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/delete/).

src/content/docs/kv/api/list-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ await NAMESPACE.put(key, "", {
159159
```
160160
161161
## Other methods to access KV
162-
You can also [list keys on the command line with Wrangler](/kv/reference/kv-commands/#kv-namespace-list) or [with the REST API](/api/resources/kv/subresources/namespaces/subresources/keys/methods/list/).
162+
You can also [list keys on the command line with Wrangler](/kv/kv-commands/#kv-namespace-list) or [with the REST API](/api/resources/kv/subresources/namespaces/subresources/keys/methods/list/).

src/content/docs/kv/api/read-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ The effective `cacheTtl` of an already cached item can be reduced by getting it
166166
167167
## Other methods to access KV
168168
169-
You can [read key-value pairs from the command line with Wrangler](/kv/reference/kv-commands/#kv-key-get) and [from the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/get/).
169+
You can [read key-value pairs from the command line with Wrangler](/kv/kv-commands/#kv-key-get) and [from the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/get/).
170170

src/content/docs/kv/api/write-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ async function retryWithBackoff(
270270
271271
## Other methods to access KV
272272
273-
You can also [write key-value pairs from the command line with Wrangler](/kv/reference/kv-commands/#kv-namespace-create) and [write data via the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/update/).
273+
You can also [write key-value pairs from the command line with Wrangler](/kv/kv-commands/#kv-namespace-create) and [write data via the REST API](/api/resources/kv/subresources/namespaces/subresources/values/methods/update/).

src/content/docs/kv/examples/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hideChildren: false
44
pcx_content_type: navigation
55
title: Examples
66
sidebar:
7-
order: 5
7+
order: 6
88
group:
99
hideIndex: true
1010
---

src/content/docs/kv/get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Exactly **one** of `--binding` or `--namespace-id` is required.
295295
To view the value directly within the terminal, add `--text`
296296
:::
297297

298-
Refer to the [`kv bulk` documentation](/kv/reference/kv-commands/#kv-bulk) to write a file of multiple key-value pairs to a given KV namespace.
298+
Refer to the [`kv bulk` documentation](/kv/kv-commands/#kv-bulk) to write a file of multiple key-value pairs to a given KV namespace.
299299

300300
</TabItem><TabItem label='Dashboard'>
301301

@@ -470,4 +470,4 @@ If you have any feature requests or notice any bugs, share your feedback directl
470470

471471
- Learn more about the [KV API](/kv/api/).
472472
- Understand how to use [Environments](/kv/reference/environments/) with Workers KV.
473-
- Read the Wrangler [`kv` command documentation](/kv/reference/kv-commands/).
473+
- Read the Wrangler [`kv` command documentation](/kv/kv-commands/).

src/content/docs/kv/reference/kv-commands.mdx renamed to src/content/docs/kv/kv-commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
pcx_content_type: reference
3-
title: Wrangler KV commands
3+
title: KV Wrangler commands
44
sidebar:
5-
order: 2
5+
order: 5
66
---
77

88
import {Render} from "~/components"

src/content/docs/kv/observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Observability
44
sidebar:
5-
order: 6
5+
order: 7
66
group:
77
hideIndex: true
88

src/content/docs/kv/platform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Platform
44
sidebar:
5-
order: 6
5+
order: 7
66
group:
77
hideIndex: true
88
---

0 commit comments

Comments
 (0)