🐛 BUG: Wrangler requests login on dry run due to standardPricingWarning
#4723
Labels
bug
Something that isn't working
standardPricingWarning
#4723
Which Cloudflare product(s) does this pertain to?
Wrangler core
What version(s) of the tool(s) are you using?
3.22.3 [Wrangler]
What version of Node are you using?
v18.16.0
What operating system are you using?
Linux
Describe the Bug
Wrangler asks for a login even when dry-run is specified. I traced the call to the
standardPricingWarning
function call here - https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/src/deploy/index.ts#L293Commenting out the call fixes it (as a hack), ignoring it on dry runs would be helpful.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
Output from
console.trace()
inside thelogin
method:The text was updated successfully, but these errors were encountered: