Long shot (or maybe a feat request) - but is there...
# general
b
Long shot (or maybe a feat request) - but is there a way to pull the pulumi stack's resource list (or even better the resource graph) into the github repo's readme? I appreciate that in the pulumi console we have a dedicated readme, but I feel like it would be more useful to have a way to dynamically generate the list of resources defined in the stack on the place where devs are working most, in the code's actual repo readme.
r
You could perhaps update the GitHub README using the output from
pulumi stack
post-merge and deployment,
b
I think you’re right. Maybe a step after the up command in my GitHub workflow and the addition of another action that can update markdown files. Will give it a shot - thanks