Hi, I'm a member of the team that built Gyro.<p>Gyro, a command-line cloud automation and management tool, started as internal tool over 5 years ago. We had a vision of building one tool that would pull together several different tools (Chef, Service Discovery, Authentication, Deployments, etc) into a single interface that would greatly simplify the day to day management of our systems. This goal was very successful in transitioning to a DevOps model. Our developers are able to make configuration changes, do their own deployments, and build there own test environments without help from the operations team. And most importantly they've embraced this model because it gave them the power to make changes without waiting for an operations team and in turn it helped the operations team by reducing their work.<p>We decided to clean up the code and open source it. The result is Gyro (getgyro.io).<p>What makes this different than what exists?<p>- Designed with logic (for loops, if conditions, etc) from the beginning (<a href="https://gyro.dev/guides/language/control-structures.html" rel="nofollow">https://gyro.dev/guides/language/control-structures.html</a>)<p>- Workflows provide the ability to stage complex changes and rollback (<a href="https://gyro.dev/guides/workflows/" rel="nofollow">https://gyro.dev/guides/workflows/</a>)<p>- Extensions allow for tight integrations with other operations tooling (<a href="https://gyro.dev/extending/" rel="nofollow">https://gyro.dev/extending/</a>)<p>For some screenshots of Gyro see (<a href="https://getgyro.io/introducing-gyro" rel="nofollow">https://getgyro.io/introducing-gyro</a>), source is available one Github (<a href="https://github.com/perfectsense/gyro" rel="nofollow">https://github.com/perfectsense/gyro</a>)<p>We're really excited to open source Gyro and see how people extend it!