Is there a way to get all stack outputs as a json ...
# general
f
Is there a way to get all stack outputs as a json map?
m
Not currently. https://github.com/pulumi/pulumi/issues/1863 tracks adding support for this; we're hoping to get to it sooner rather than later.
f
That is exactly what I need. I 👍 'ed it and subscribed. Looking forward to that one.
b
We recently decided to invest more heavily in "toolability" of our CLI generally. To kick it off, I implemented this as a first step tonight: https://github.com/pulumi/pulumi/pull/2000. Just need to write some tests in the AM, and then we should be able to get it out in a new CLI drop next week.
f
That looks perfect!
b
Just FYI, this has been merged in. You can use it if you switch to a dev build, but in either case, we will be cutting a new release this or next week.
Btw, if you run into any other areas where you think "gosh if only this were formatted in a structured way," let me know. As I mentioned, lots of folks are finding new ways to automate and script the CLI, so we always love hearing about these scenarios, and will be focused on enabling them.
f
Will try it out on Monday! I’ll keep my eye out for cases where output could be structured. Thanks 😃
@big-piano-35669 Which dev build has this feature?