Are there any tools that help to automate the export of an API proxy and then get it checked into Git ?
We would like to allow developers use the Cloud UI to perform their development then have them "check it in" when they are done by automating ( probably via maven ) running a command that would export, unzip and then commit their changes to GIT.
I see the maven plugin, but it doesn't seem to have an export mojo.