How do I disable the Wrangler banner in the CLI
The R2 command output has the banner if an update is available, is there a flag to remove it?

6 Replies
cc: @Hard@Work | R2
can you try with
--json?✘ [ERROR] Unknown argument: jsondamn, seems like a bug then - HAW will make sure it gets sorted :)
Thanks! we were trying to upgrade to Wrangler 4
Sorry, this took longer than expected to get to. I've added a PR to fix this: https://github.com/cloudflare/workers-sdk/pull/9800
GitHub
R2-3182: Remove
wrangler Banner from R2 GetObject in Pipe Mode by...Fixes R2-3182.
When using the --pipe flag for wrangler r2 object get, outputting the wrangler header breaks the file that is created, since it isn't actually a part of the object content.
...
I appreciate it nonetheless.