Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/queues/reference/wrangler-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sidebar:

---

import { Render } from "~/components";
import { WranglerNamespace } from "~/components";

Queues Wrangler commands use REST APIs to interact with the control plane. This page lists the Wrangler commands for Queues.

<Render file="wrangler-commands/queues" product="workers" />
<WranglerNamespace namespace="queues" />
4 changes: 2 additions & 2 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
- [`pipelines`](#pipelines) - Configure Cloudflare Pipelines.
- [`queues`](#queues) - Configure Workers Queues.
- [`login`](#login) - Authorize Wrangler with your Cloudflare account using OAuth.
- [`logout`](#logout) - Remove Wranglers authorization for accessing your account.
- [`logout`](#logout) - Remove Wrangler's authorization for accessing your account.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit (for later): The order used in this list at the top doesn't match the order of the sections in the page. Ideally they would. :)

- [`whoami`](#whoami) - Retrieve your user information and test your authentication configuration.
- [`versions`](#versions) - Retrieve details for recent versions.
- [`deployments`](#deployments) - Retrieve details for recent deployments.
Expand Down Expand Up @@ -1207,7 +1207,7 @@ Manage your [Pipelines](/pipelines/).

Manage your Workers [Queues](/queues/) configurations.

<Render file="wrangler-commands/queues" product="workers" />
<WranglerNamespace namespace="queues" headingLevel={3}/>

---

Expand Down
248 changes: 0 additions & 248 deletions src/content/partials/workers/wrangler-commands/queues.mdx

This file was deleted.