I used to use ```npx wrangler deploy --dry-run --outdir=dist``` in my project, but since today (

I used to use

npx wrangler deploy --dry-run --outdir=dist


in my project, but since today (it's been a few days since I haven't toucher it though) I get an error for that:

✘ [ERROR] Unknown arguments: dry-run, dryRun, outdir, deploy


and I can't see the arguments that replace that feature.

wrangler --version
 ⛅️ wrangler 3.57.0


what should I use now to replace that?
Was this page helpful?