https://pulumi.com logo
Title
l

lemon-agent-27707

05/20/2022, 12:45 AM
Today we launched Stack READMEs in the Pulumi Service 📖 You can now generate dynamic READMEs for each stack in a project, referencing stack outputs in the README to do things like: • Construct urls dynamically (ie
<http://console.aws.amazon.com/console/instances/{outputs.instanceID}|console.aws.amazon.com/console/instances/{outputs.instanceID}>
) • Create inline documentation and shell commands
> aws kinesis get-records {outputs.kinesisStream.ARN}
• Link to alarms, dashboards, and other cloud resources created within your program. The README gets created and kept up to date automatically for every stack when you run
pulumi up
and can be viewed in the Pulumi Service. https://www.pulumi.com/blog/stack-readme/ Join us in #pulumi-service and as always feel free to submit feedback and open issues via https://github.com/pulumi/service-requests/issues
😛artypus: 2
❤️ 3
h

hallowed-australia-10473

05/20/2022, 12:55 AM
Awesome! I use NOTES.txt for this with Helm, it’ll be great to do the same with Pulumi!
p

powerful-room-57148

05/24/2022, 3:09 PM
This is great!