From f4dad38a82120ba126dee822d604b6d3baff3621 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Wed, 18 Sep 2024 14:59:19 +0100 Subject: [PATCH] Fixing incorrect Hyperdrive command in Wrangler command list. --- src/content/docs/workers/wrangler/commands.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index ea96bd8798167c..81b20600a08bae 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -484,11 +484,11 @@ Manage [Hyperdrive](/hyperdrive/) database configurations. Create a new Hyperdrive configuration. ```txt -wrangler hyperdrive create [OPTIONS] +wrangler hyperdrive create [OPTIONS] ``` -- `ID` string required - - The ID of the Hyperdrive configuration to create. +- `CONFIG_NAME` string required + - The name of the Hyperdrive configuration to create. - `--connection-string` string optional - The database connection string in the form `postgres://user:password@hostname:port/database`. - `--host` string optional