Deploy api proxy zip from disk without unpacking using Maven ?

Hi,

I have a scenario where I want to deploy an api proxy .zip file to higher environment using maven.

The zip file is existing on my local hard drive. Is it possible to to just take that zip and have it deployed to apigee without unzipping or having the mentioned folder structure (https://github.com/apigee/apigee-deploy-maven-plugin)

Thanks

0 1 269
1 REPLY 1

I dunno about the maven plugin, but it is possible to do it outside of the maven plugin.

For example, https://github.com/DinoChiesa/apigee-edge-js/blob/master/examples/importAndDeploy.js