diff --git a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx index 17e16e5b73001ec..d0ed7665df8863c 100644 --- a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx +++ b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx @@ -38,6 +38,10 @@ wrangler hyperdrive create [OPTIONS] - Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled. - `--swr` - Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled. +- `--ca-certificate-uuid` + - Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. +- `--mtls-certificate-uuid` + - Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. @@ -77,6 +81,10 @@ wrangler hyperdrive update [OPTIONS] - Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled. - `--swr` - Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled. +- `--ca-certificate-uuid` + - Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command. +- `--mtls-certificate-uuid` + - Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command.