Skip to content

Commit e3db288

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

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
@@ -1983,6 +1983,6 @@ wrangler check startup
19831983
- `--deploy-args` <Type text="string" /> <MetaInfo text="optional" />
19841984
- 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.
19851985
- `--worker-bundle` <Type text="string" /> <MetaInfo text="optional" />
1986-
- 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/)
1986+
- 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/)
19871987

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

0 commit comments

Comments
 (0)