rabbah commented on issue #15: Support tar.gz as package format, for increased 
compatibility with `npm pack`
URL: 
https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/15#issuecomment-348703792
 
 
   used our "zip" example 
[actions.md[(https://github.com/openwhisk/openwhisk/blob/master/docs/actions.md)
 replacing zip with tar:
   
   ```
   # ok i cheated and use the python cli because rebuilding the go cli is slow 
:D
   > ~/projects/incubator-openwhisk-client-python/tools/cli/wsk action update 
ex ex.tgz --kind nodejs:6
   ok: updated action ex
   
   > wsk action invoke ex --param lines "[\"and now\", \"for something 
completely\", \"different\" ]" -r
   {
       "padded": [
           ".......................and now",
           "......for something completely",
           ".....................different"
       ]
   }
   ```
   
   

----------------------------------------------------------------
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