Skip to content

Commit 9d5271d

Browse files
Add --domain option to wrangler deploy (#24296)
* Add `--domain` option to `wrangler deploy` To document cloudflare/workers-sdk#10312 * Update src/content/docs/workers/wrangler/commands/workers.mdx Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 0f4805b commit 9d5271d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ None of the options for this command are required. Also, many can be set in your
208208
- `--routes`, `--route` string\[] optional
209209
- Routes where this Worker will be deployed.
210210
- For example: `--route example.com/*`.
211+
- `--domain` <Type text="string[]" /> <MetaInfo text="optional" />
212+
- Custom domains where this Worker will be deployed.
213+
- For example: `--domain example.com`.
211214
- `--tsconfig` <Type text="string" /> <MetaInfo text="optional" />
212215
- Path to a custom `tsconfig.json` file.
213216
- `--minify` <Type text="boolean" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)