Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ wrangler hyperdrive create <CONFIG_NAME> [OPTIONS]
- Sets custom mTLS client certificates when connecting to origin database.
- `--sslmode` <Type text="string" /> <MetaInfo text="optional" />
- Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`.
- `--origin-connection-limit` <Type text="number" /> <MetaInfo text="optional" />
- The (soft) maximum number of connections that Hyperdrive may establish to the origin database.

<Render file="wrangler-commands/global-flags" product="workers" />

Expand Down Expand Up @@ -89,6 +91,8 @@ wrangler hyperdrive update <ID> [OPTIONS]
- Sets custom mTLS client certificates when connecting to origin database.
- `--sslmode` <Type text="string" /> <MetaInfo text="optional" />
- Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`.
- `--origin-connection-limit` <Type text="number" /> <MetaInfo text="optional" />
- The (soft) maximum number of connections that Hyperdrive may establish to the origin database.

<Render file="wrangler-commands/global-flags" product="workers" />

Expand Down