https://pulumi.com logo
Title
b

blue-jelly-98553

11/06/2022, 12:12 PM
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

ripe-russia-4239

11/06/2022, 12:33 PM
You could perhaps update the GitHub README using the output from
pulumi stack
post-merge and deployment,
b

blue-jelly-98553

11/06/2022, 4:57 PM
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