Skip to content
Madhan Sadasivam edited this page Nov 1, 2016 · 4 revisions

apigee-config-maven-plugin

Apigee config plugin automates config management in Apigee. Config is better managed in source control repository and changes and moves in lock step with the API creating the notion of fully functional API Project.

edge.json is a single file JSON structure capturing all Apigee config. This format is designed to be tool agnostic and only defines a bigger structure. The config for individual items comes from the payload structure of Apigee management API allowing the plugin user to get the latest information from Apigee documentation.

The plugin is a lot more than just config management and becomes an integral part of source control strategy, QA, release train, CI, operations, security etc. Several such topics beyond the README will be captured here in this wiki.

Clone this wiki locally