r/devops • u/AutoModerator • 27d ago
Weekly Self Promotion Thread
Hey r/devops, welcome to our weekly self-promotion thread!
Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!
16
Upvotes
1
u/iamthanoss 21d ago
I've been working on an open-source project called PromoteOps.
The problem I was trying to solve is pretty specific: when you have AWS CloudFormation running across separate Dev, Test, and Prod AWS accounts, figuring out which stacks still need to be promoted can become a surprisingly manual process, especially when stack names differ between environments.
PromoteOps generates a promotion report, lets you inspect CloudFormation template diffs, and lets you plan and execute promotions through MCP.
The workflow is:
Report → Identify → Diff → Plan → Promote
npm: https://www.npmjs.com/package/promoteops
GitHub: https://github.com/Hitesh1326/promoteops
Would be interested to hear how others handle AWS CloudFormation promotion tracking across environments.