https://pulumi.com logo
e

echoing-jelly-67975

08/23/2021, 8:10 PM
When using the Pulumi automation API, is there a way to get the same colored/formatted output as from the CLI?
b

billowy-army-68599

08/23/2021, 8:56 PM
we dont have a package for this, but you can build it yourself using structured outputs
there's an example of usoing structured outputs here: https://github.com/jaxxstorm/pulumi-productionapp/blob/main/cli/main.go#L155
e

echoing-jelly-67975

08/23/2021, 9:34 PM
Thanks!
5 Views