Skip to content

Commit dbad842

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 ff2689f commit dbad842

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
@@ -1987,6 +1987,6 @@ wrangler check startup
19871987
- `--deploy-args` <Type text="string" /> <MetaInfo text="optional" />
19881988
- 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.
19891989
- `--worker-bundle` <Type text="string" /> <MetaInfo text="optional" />
1990-
- 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/)
1990+
- 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/)
19911991

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

0 commit comments

Comments
 (0)