Drone/cli 1.3.2 ingoring --stream flag for YAML output

Hi,
I just tried out new drone/cli docker image with tag 1.3.2 with the fix for the flag --format.
When flags are set --stream --format=false everything works fine, output is a stream of JSON blocks.

Although, when you set it to --stream --format=true the output is not stream of YAML blocks but just a single pipeline in YAML.

Hope this will be fixed soon :slight_smile: For now I’m good with using version 1.3.1 as default behavior without flag --format is outputting YAML definition.

Thanks.