spinnaker / roer

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

Added the ability to override the template ID and the source template when publishing #11

Closed ludokx closed 6 years ago

ludokx commented 6 years ago

Since versioning or a strategy for slow rollout is not yet available, a CLI option to override the template ID and the source template would be convenient when publishing an existing template without actually modifying its source code. It coud be published as another template (e.g. my-template-snapshot instead of my-template) or with another source (e.g. spinnaker://my-base-snapshot instead of spinnaker://my-base).

robzienert commented 6 years ago

Small comment aside, and a merge conflict, looks good. 👍

ludokx commented 6 years ago

Awesome, thanks @robzienert. I updated the PR accordingly (and fixed the merge conflict)