Description
when ran with --progress=rawjson buildx/bake sends json events on stderr, which get mixed with warnings (fixed by #2957) and errors, which can confuse a json parser used by consumer.
Would be nice there's an option to switch the json stream on stdout, maybe based on some env variable ?
Description
when ran with
--progress=rawjsonbuildx/bake sends json events onstderr, which get mixed with warnings (fixed by #2957) and errors, which can confuse a json parser used by consumer.Would be nice there's an option to switch the json stream on
stdout, maybe based on some env variable ?