Skip to content

Commit

Permalink
Fixing incorrect Hyperdrive command in Wrangler command list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxyjun committed Sep 18, 2024
1 parent 29741be commit f4dad38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,11 @@ Manage [Hyperdrive](/hyperdrive/) database configurations.
Create a new Hyperdrive configuration.

```txt
wrangler hyperdrive create <ID> [OPTIONS]
wrangler hyperdrive create <CONFIG_NAME> [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
Expand Down

0 comments on commit f4dad38

Please sign in to comment.