pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Colored `pulumi preview` output #63

Open KarlKl opened 3 years ago

KarlKl commented 3 years ago

Is your feature request related to a problem? Please describe. When I use the pulumi task in a build pipeline, the output is not colored, even when I add --color always. Azure DevOps build pipelines do already support ANSI escape code! image

Describe the solution you'd like There should be an option to colorize the output like in the local console. Maybe add an option --color ansi? image

Describe alternatives you've considered I have also tried this in a release pipeline, doesn't work either.

Additional context Pulumi task version: 1.0.8 Agent image: ubuntu-18.04

pierskarsenbarg commented 2 years ago

Linking a ticket in the pipelines agent repo: microsoft/azure-pipelines-agent#1569

kAleksei commented 1 year ago

Linking a ticket in the pipelines agent repo: microsoft/azure-pipelines-agent#1569

The ticket seems to be closed. Do we have any updates on colonizing the output?