apigeetool-node
apigeetool-node copied to clipboard
Deploy to higher env
Does apigeetool deploys to higher environment from the same code base as main proxy and replace the targetendpoint/targetservers from some kind of properties file similar to maven plugin
in mavenplugin we have config.json and edge.json for higher env properties and maven will build new configuration zip file based on those properties and imports to apigee edge.
Ex: https://github.com/apigee/apigee-config-maven-plugin/tree/master/samples/APIandConfig/HelloWorld
Do we have similar functionality in apigeetool too? If so how to do it