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: ``` > tar zcv ex.tgz index.js node_modules package.json > ~/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" ] } ``` I cheated and used the python cli because rebuilding the go cli is slow for a one line change in the CLI. See #16 for proposed patch.
---------------------------------------------------------------- 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
