flaky-terabyte-36790
12/20/2024, 1:15 PMflaky-terabyte-36790
12/20/2024, 1:23 PMmodern-zebra-45309
12/20/2024, 8:26 PMmodern-zebra-45309
12/20/2024, 8:39 PM--json
CLI flag through the Automation API if that's your question.
It's possible to pass arbitrary arguments to the Pulumi CLI (https://github.com/pulumi/pulumi/blob/master/sdk/go/auto/cmd.go#L263) but the JSON flag cannot be set through "up" (https://github.com/pulumi/pulumi/blob/master/sdk/go/auto/stack.go#L362). If you need this, it should be straightforward to patch it in, not sure if Pulumi would consider adding this feature.modern-zebra-45309
12/20/2024, 8:45 PMflaky-terabyte-36790
12/21/2024, 5:47 AM