the JSON preview output is great, can now require ...
# general
b
the JSON preview output is great, can now require approval for deploy right in the CI PR
🎉 7
w
Nice! 🎉 Curious - which CI system is this?
b
azure devops
c
@better-rainbow-14549, very cool. /cc @clever-sunset-76585
j
@sparse-insurance-40223 Are you able to share more about how you set this up? We're using Azure Devops and I'd love to get this working for our team
b
just a couple of scripts really
pulumi preview --json will output its changes in json, then we just format it to markdown and spam it as a PR comment
happy to share the source if you want it
j
@better-rainbow-14549 Yeah if you're willing to share it I'd love to have a look