[GitHub] starpit commented on issue #143: Updating package parameters doesn't seem to take affect

2018-12-11 Thread GitBox
starpit commented on issue #143: Updating package parameters doesn't seem to take affect URL: https://github.com/apache/incubator-openwhisk-client-js/issues/143#issuecomment-446355312 yes, i agree that this API could be refined; it is not a reflexive API.

[GitHub] starpit commented on issue #143: Updating package parameters doesn't seem to take affect

2018-12-11 Thread GitBox
starpit commented on issue #143: Updating package parameters doesn't seem to take affect URL: https://github.com/apache/incubator-openwhisk-client-js/issues/143#issuecomment-446335143 you have tried `ow.packages.update({ name, package})`? your example has `ow.packages.update(pack)` which

[GitHub] starpit commented on issue #143: Updating package parameters doesn't seem to take affect

2018-12-11 Thread GitBox
starpit commented on issue #143: Updating package parameters doesn't seem to take affect URL: https://github.com/apache/incubator-openwhisk-client-js/issues/143#issuecomment-446329927 hi, i think the issue is that the `parameters` array is an array i.e. `[{key, value}, ...]` of key-value