Apigeetool nodejs alternative for apigee hybrid

Hello ,

previously for opdk we were using apigeetool to deploy api proxy since we are moving to hybrid now, Do we have anything similar?

Solved Solved
0 2 161
1 ACCEPTED SOLUTION

Sure, here are some alternatives

  • apigeecli - does lots of things, including deploy API proxies. Here's the help for API Proxy-related commands.
  • importAndDeploy.js - nodejs-based command-line tool that can import and deploy an API proxy.
  • you can also just use the Admin APIs.  this older screencast talks through it.  You could write your own shell script to wrap these REST calls, just using curl. Though that screencast refers to "Apigee Edge", it works the same way with hybrid.

View solution in original post

2 REPLIES 2

Sure, here are some alternatives

  • apigeecli - does lots of things, including deploy API proxies. Here's the help for API Proxy-related commands.
  • importAndDeploy.js - nodejs-based command-line tool that can import and deploy an API proxy.
  • you can also just use the Admin APIs.  this older screencast talks through it.  You could write your own shell script to wrap these REST calls, just using curl. Though that screencast refers to "Apigee Edge", it works the same way with hybrid.

Thankyou for the suggestions!