Does the pulumi CLI support JSON output for the re...
# general
w
Does the pulumi CLI support JSON output for the response? and more specifically, is there a way to do that in the managed GitHub action?
use
pulumi stack output -j
after your operation is complete, although that will dump every resource in the stack
w
this is about the result of an
up
or
refresh
i.e. what's been updated/removed/added/etc/
f
yeah don't know about that other than
pulumi up --diff
- but that won't show you JSON output AFAIK
not sure what the format is for that
w
I want to get a bit of an nicer output into a Github action output as the usecase.