When using the Pulumi automation API, is there a w...
# general
e
When using the Pulumi automation API, is there a way to get the same colored/formatted output as from the CLI?
b
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
Thanks!