Tagging an API Proxy

Not applicable

Can i Tag a api proxy Revision in Organisation. For example when i import API proxies under an org ,i would like to tag them,so that i can deployed proxies of a tagged version in a particular environment.

0 2 1,011
2 REPLIES 2

You should tag in your source control e.g. SVN or Git and deploy from the tag for a specific version. You can use a tool such as the maven/grunt/gulp deployment plugins or a set of curls to deploy your proxy.

Links here:

https://github.com/apigee/apigee-deploy-maven-plugin

http://docs.apigee.com/api-services/content/deploy-api-proxies-using-management-api

@davissean How can I link the Apigee proxy revision to gitlab tag. For example someone looking at the revision 4 of a proxy should be able to find which build tag(eg. 1.0.5) deployed that revision.