Support manifest includes
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
### Expected Behaviour
- wskdeploy supports manifest actions that have includes
- includes are specified as globs that can match multiple files, both inside and external to the working directory
- includes can specify a dest which is a directory in the output zip
- this _should_ be supported both via `aio runtime deploy ./manifest.yml` and `aio app deploy`
- when we finish include, of course someone will ask for exclude ( its a thing )
### Actual Behaviour
aio runtime deploy ignores any includes specified in the manifest file
wskdeploy go implementation here:
https://github.com/apache/openwhisk-wskdeploy/blob/cbe7c52d99c1ead5172946d3aeb33adb5d5c40b2/utils/zip.go#L115
packaging spec here:
https://github.com/apache/openwhisk-wskdeploy/tree/master/specification#openwhisk-packaging-specification
Contributor guide
Assessment
This issue has not been assessed yet.