apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

Implement filesystem reader as a deployer #120

Closed paulcastro closed 7 years ago

paulcastro commented 7 years ago

The current tool doesn't support file system defaults to deploy OpenWhisk actions. We can add some conventions to parse a file system directory and add actions to the deployment plan.

We can directly update the plan in memory, or update the manifest file itself and add the actions. The latter would provide an intermediate staging point to see the entire plan in one place, however it might be disruptive to allow the deploy to change the manifest file.

paulcastro commented 7 years ago

Merged