concourse / concourse-pipeline-resource

!!! use the `set_pipeline` step instead !!!
https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.set_pipeline
MIT License
76 stars 42 forks source link

Display pipeline changes on 'put' #37

Closed aegershman closed 5 years ago

aegershman commented 6 years ago

Similar to how fly set-pipelinegives you a diff of what changes are going to be made, we should pipe the pipeline diff to stdout so operators can view the pipeline changes && feel more confident that their expected changes have taken place.

I'm under the impression we could pipe out the return value from SetPipelines here

aegershman commented 5 years ago

I'm trash at golang, but if I (or someone) were to submit a PR for this, would it be considered?

vito commented 5 years ago

@aegershman yep!