Category: Software

Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. Spin is a Spinnaker’s command line interface to manage applications, projects, pipelines and templates. As per my understanding, it has a limitation of get/update only one pipeline at a time.

Considering above use cases, I have developed a Python framework to update these pipelines all at a time. We can able to incorporate many additional features as require to this framework, but to start with, I came up with this initial POC design and would like to share the same to our community, so that it may be helpful for others and also to get feedback to enhance this framework better.

Related Articles