Today we launched Stack READMEs in the Pulumi Serv...
# announcements
l
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
partypus 2
❤️ 3
h
Awesome! I use NOTES.txt for this with Helm, it’ll be great to do the same with Pulumi!
p
This is great!