gaqzi / gocd-cli

A command line interface for common Go tasks
MIT License
24 stars 8 forks source link

A command to compare two go servers and show differences between pipelines #1

Open gaqzi opened 9 years ago

gaqzi commented 9 years ago

Since we have a staging/production environment setup, with separate servers and testing out pipeline configs.

Preferably pipelines should be defined in code, but when they're not there should be some easy way to show the XML difference so it could be applied with patch.

Is this a good idea at all?