Carlos Santana
Carlos Santana
I think this is a good thing to add So then I can get “wsk deploy” if I rename wskdeploy to wsk-deploy ! cc @mrutkows @mdeuser
Why? this limits are applicable and valid to open source gateway
They are not ibm specific
Yeah for backwards compatibility the it can x-ibm or “x- something else” don’t remember right now what’s the other option for the same
Both work in the api gateway
Hum that's weird we refer to whisk.properties directly from the go code
You point out IBM cloud not working, does that mean that it works when you deploy your own OpenWhisk from open source ?
When is nil what are the values use for authkey and apihost? I think should always expect a whiskConfig object and never nil
I see a getDefaultConfig when nil is that suppose to load the settings from __OW... ? https://github.com/apache/incubator-openwhisk-client-go/blob/master/whisk/client.go
Maybe that could fue recent change and README was not updated to reflect changes