2021-02-09 15:35:49 UTC - Matt Rutkowski: @David Williams Hi David, There are some good online docs on the command itself (and it is also now built into the `wsk` CLI as the `deploy` command) that are in the github repo. linked at the top of the README: <https://github.com/apache/openwhisk-wskdeploy>
From there you can find “wskdepoly utility by example” referenced: <https://github.com/apache/openwhisk-wskdeploy/blob/master/docs/programming_guide.md#wskdeploy-utility-by-example> https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1612884949013000 ---- 2021-02-09 15:39:12 UTC - Matt Rutkowski: @David Williams not sure what you are trying to do with a JS file named `form.js` , but OpenWhisk actions can be used to help generate content for web pages and/or back HTTP requests (GET|POST, etc.) as part of a workflow. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1612885152014900 ----