Reputation: 399
How can I deploy proxies via a maven build to environments in an org? How could I also promote bundles between environments in an organization through maven .
Upvotes: 0
Views: 994
Reputation:
ADT tool can deploy apigee entities such as apiproxy, shared-flow, cache, kvm etc. It's available at https://github.com/ashishkpathak/adt/
Checkout the instruction on downloading (Mac, Linux and Windows) and installing.
Upvotes: 0
Reputation: 1838
Apigee has released Apigee Deploy Maven Plugin. This tool is open source. You can check it out from here https://github.com/apigee/apigee-deploy-maven-plugin
TL;DR
Checkout README.md samples section.
Upvotes: 1