Skip to content

Commit 7cf887b

Browse files
Update src/content/docs/workers/wrangler/commands.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 60ef6d7 commit 7cf887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,6 +2024,6 @@ wrangler check startup
20242024
- `--deploy-args` <Type text="string" /> <MetaInfo text="optional" />
20252025
- To customise the way `wrangler check startup` builds your Worker for analysis, provide the exact arguments you use when deploying your Worker with `wrangler deploy`. For instance, if you deploy your Worker with `wrangler deploy --no-bundle`, you should use `wrangler check startup --deploy-args="--no-bundle"` to profile the startup phase.
20262026
- `--worker-bundle` <Type text="string" /> <MetaInfo text="optional" />
2027-
- If you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as [the API expects](https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/)
2027+
- If you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as [the API expects](/api/resources/workers/subresources/scripts/methods/update/)
20282028

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

0 commit comments

Comments
 (0)