spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Application Lifecycle Management #31

Closed benjaminws closed 6 years ago

benjaminws commented 6 years ago

This PR makes it so the application lifecycle can be managed completely. The user can now create an application configuration and then create an application in spinnaker based off of it. Additionally, this allows existing applications to be updated. Lastly, this implements a delete operation for applications, which does as its name suggests.

benjaminws commented 6 years ago

Good feedback, thanks! I fixed that up and took care of the conflicts.