Skip to content

Commit b90d0df

Browse files
LtadrianAdrian GraciasejokerOxyjun
authored
SQC-354 add mtls fields for hyperdrive command (#20523)
* SQC-354 add mtls fields for hyperdrive command * Update src/content/partials/workers/wrangler-commands/hyperdrive.mdx Co-authored-by: Jun Lee <[email protected]> * Update src/content/partials/workers/wrangler-commands/hyperdrive.mdx Co-authored-by: Jun Lee <[email protected]> * Update src/content/partials/workers/wrangler-commands/hyperdrive.mdx Co-authored-by: Jun Lee <[email protected]> * Update src/content/partials/workers/wrangler-commands/hyperdrive.mdx Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Adrian Gracia <[email protected]> Co-authored-by: Yevgen Safronov <[email protected]> Co-authored-by: Jun Lee <[email protected]>
1 parent ede5767 commit b90d0df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/partials/workers/wrangler-commands/hyperdrive.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ wrangler hyperdrive create <CONFIG_NAME> [OPTIONS]
3838
- Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled.
3939
- `--swr` <Type text="number" /> <MetaInfo text="optional" />
4040
- Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled.
41+
- `--ca-certificate-uuid` <Type text="string" /> <MetaInfo text="optional" />
42+
- Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command.
43+
- `--mtls-certificate-uuid` <Type text="string" /> <MetaInfo text="optional" />
44+
- Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command.
4145

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

@@ -77,6 +81,10 @@ wrangler hyperdrive update <ID> [OPTIONS]
7781
- Specifies max duration for which items should persist in the cache, cannot be set when caching is disabled.
7882
- `--swr` <Type text="number" /> <MetaInfo text="optional" />
7983
- Stale While Revalidate - Indicates the number of seconds cache may serve the response after it becomes stale, cannot be set when caching is disabled.
84+
- `--ca-certificate-uuid` <Type text="string" /> <MetaInfo text="optional" />
85+
- Sets custom CA certificate when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command.
86+
- `--mtls-certificate-uuid` <Type text="string" /> <MetaInfo text="optional" />
87+
- Sets custom mTLS client certificates when connecting to origin database. Must be a valid UUID of a certificate uploaded via `wrangler cert` command.
8088

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

0 commit comments

Comments
 (0)