gaqzi / gocd-cli

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

Updating pipeline configuration through the CLI #5

Open gaqzi opened 9 years ago

gaqzi commented 9 years ago

To be able to create/update a pipeline configuration by loading a file.

$ gocd config pipeline <.xml-file>
$ gocd config pipeline <.py-file>

From Aravind on the mailing list:

When the configuration-related APIs become better (soon), I hope those can get added too. Adding a pipeline, or a stage to one can become much easier. I, kind of, mean combining gomatic with this, maybe.