mrutkows commented on issue #378: Overwrite (true) should be a configurable option URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/378#issuecomment-324359459 At the time of this issue being opened here are all the places we hardcoded the default: Matt$ grep -r "Insert" . *.g ./deployers/servicedeployer.go: _, _, err := deployer.Client.Packages.Insert(packa, true) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Packages.Insert(packa, true) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Triggers.Insert(trigger, true) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Triggers.Insert(t, false) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Rules.Insert(rule, true) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Actions.Insert(action, true) ./deployers/servicedeployer.go: _, _, err := deployer.Client.Apis.Insert(api, nil, true) Binary file ./wskdeploy matches ---------------------------------------------------------------- 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
