csantanapr commented on issue #3138: Add bash kind action URL: https://github.com/apache/incubator-openwhisk/pull/3138#issuecomment-359554938 In addition as pointed by @rabbah we could add `perl` to the dockerskeleton image, and support perl scripts also with a single image. In terms of the extra step of converting the json input to environments variables I don't feel good about it. 1. redundant work spent passing as env and argv 2. the custom convention of underscores and such not very attractive, I prefer the using jq to parse the json string. 3. I don't like passing all my parameters which would include api keys and passwords, secrets I could be using a 3rd party library or module and I don't want them sniffing to my private input parameters, I prefer to be explicit and when using this 3rd party pass enough to make them work.
---------------------------------------------------------------- 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
