Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`, <Type text="string[]" /> <MetaInfo text="optional" />
- Custom domains where this Worker will be deployed.
- For example: `--domain example.com`.
- `--tsconfig` <Type text="string" /> <MetaInfo text="optional" />
- Path to a custom `tsconfig.json` file.
- `--minify` <Type text="boolean" /> <MetaInfo text="optional" />
Expand Down