2019-12-17 15:00:29 UTC - Bilal: Thanks. I realized at some point that I had to either a) Zip everything I wanted and use the `wsk` tool to create an action b) Point to a directory in the manifest, which`wskdeploy` then zipped up as an action.
I also noticed that `wskdeploy` is contained within the base tool as `wsk project deploy` https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1576594829003000 ---- 2019-12-17 18:19:29 UTC - Bilal: Follow up, can I call either `wskdeploy` or `wsk project deploy` via API? I notice in the openwhisk-package-deploy repo `packages/actions/lib/common.js` just invokes wskdeploy via command line. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1576606769005000 ----
