it would be super cool if you could specify a form...
# general
b
it would be super cool if you could specify a format string to up / preview
g
Can you elaborate a bit on this? You’re able to specify outputs in your apps and then retrieve these with
pulumi stack output <name>
. Is this what you’re needing? https://pulumi.io/reference/programming-model.html#outputs
b
sorry i meant outputs of the actual pulumi process
so i could tell it not to print the updating tree, but keep the "2 resources updated 180 unchanged"
something along those linees
or if there was a json process output compatible with non-interactive i guess
g
Ah, I see. I know we have an open issue for JSON output. I think it might be completed quite soon actually.
b
oh ok great
i'll hold off on what i'm doing then 😄
g
b
oh awesome yea
exactly what i'm looking for thanks
👍 1