diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 8e4a385a4dc9489..0ef13a7f7d40f86 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -310,6 +310,9 @@ None of the options for this command are required. Also, many can be set in your - `--routes`, `--route` string\[] optional - Routes where this Worker will be deployed. - For example: `--route example.com/*`. +- `--domain`, + - Custom domains where this Worker will be deployed. + - For example: `--domain example.com`. - `--tsconfig` - Path to a custom `tsconfig.json` file. - `--minify`