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.
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.