pritidesai commented on issue #256: Add zipaction integration test cases.
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/256#issuecomment-308534961
 
 
   Thanks a bunch David for this fix, I downloaded source from this pull 
request, built wskdeploy binary and tested it. I was able to create 
`cat-get-action` action as stated in #269 and run it successfully:
   
   ```
   wsk action invoke cat-get/cat-get-action --blocking --param id 2
   "response": {
           "result": {
               "color": "red",
               "id": 2,
               "name": "minnie"
           },
           "status": "success",
           "success": true
       },
   ```
 
----------------------------------------------------------------
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

Reply via email to