Skip to content

Commit 32ab036

Browse files
Add --domain option to wrangler deploy
To document cloudflare/workers-sdk#10312
1 parent bfb3ce1 commit 32ab036

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ None of the options for this command are required. Also, many can be set in your
310310
- `--routes`, `--route` string\[] optional
311311
- Routes where this Worker will be deployed.
312312
- For example: `--route example.com/*`.
313+
- `--domain`, string\[] optional
314+
- Custom domains where this Worker will be deployed.
315+
- For example: `--domain example.com`.
313316
- `--tsconfig` <Type text="string" /> <MetaInfo text="optional" />
314317
- Path to a custom `tsconfig.json` file.
315318
- `--minify` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)