api-platform-tools
api-platform-tools copied to clipboard
Tools for the Apigee API Platform
Right now, Target Endpoint XML is overwritten with minimal settings [(deploynodeapp.py#L128)](https://github.com/apigee/api-platform-tools/blob/20b97914d4cd5af835ceb0cde9d729cbf66eaae4/ApigeePlatformTools/deploynodeapp.py#L128) on every deploy. I would like to add environment variables to the ScriptTarget node, as described in the docs...
``` BASH $ apigeetool listdeployments -o codebudo -e test -u codebudo -p (redacted) Traceback (most recent call last): File "/usr/local/bin/apigeetool", line 26, in listdeployments.run() File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ApigeePlatformTools/listdeployments.py", line 63, in run...
When `apigeetool -h` is run it displays the help messages. Since no errors have occurred and the app behaved correctly, the exit status code should be 0. Unfortunately, it is...
See: http://docs.python.org/3/distutils/packageindex.html