apigeetool-node
apigeetool-node copied to clipboard
"apigeetool" implementation in Node.js for managing Apigee Edge apps and proxies
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
The recent version of apigeetool is failing on Linux Vms with the following error. And chaning the value from "deployProxy" to "deployproxy" in apigeetool/lib/commands/commands.js file seems to work fine. Error:...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
It appears that some methods were dropped from the returned PromiseSDK object when going from version 0.15.1 -> 0.16.1. Specifically the "deployExistingRevision" method appears to be gone. Is this an...
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Project is out of compliance with Binary Artifacts policy: binaries present in source code **Rule Description** Binary Artifacts are an...
@theganyo or who else this concerns It looks like the `-V` or `--debug -D` flags don't return errors from the API itself. Here's what I'm getting back: ``` sh Please...
```sh Cannot find module './commands/getKVMmap' ``` The command file is **getkvmmap.js** but with promiseSdk or main command is required **getKVMmap** https://github.com/apigee/apigeetool-node/blob/master/lib/promisesdk.js#L236 https://github.com/apigee/apigeetool-node/blob/master/lib/promisesdk.js#L236 File : https://github.com/apigee/apigeetool-node/blob/master/lib/commands/getkvmmap.js
With the latest version update, in which the package node-zip is replaced by jszip, an error is introduced with the deployproxy command (perhaps more but haven't checked): ` This method...