shazron opened a new issue #162: Support for overriding APIHOST url template in wskprops or cli options URL: https://github.com/apache/incubator-openwhisk-cli/issues/162 Reference: https://github.com/apache/incubator-openwhisk-client-js#constructor-options Description: I have an ow endpoint, for example `https://myserver.com/foo/bar` I can't set this as `APIHOST` in `.wskprops` because it then appends `/api/v1/` to the URL when trying to connect, thus it will look like this: `https://myserver.com/foo/bar/api/v1/` then it appends the namespace, etc. From [this link for the JS client constructor options](https://github.com/apache/incubator-openwhisk-client-js#constructor-options), I see that module supports an optional parameter `api` which does what I need. Is there a way in the CLI to support what I need (for wsk not to use the APIHOST url template)? If not, this is a feature request to either: 1. Add an API key in .wskprops OR 2. option for wsk to skip using the APIHOST url template
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
