aio-cli
aio-cli copied to clipboard
Support manifest includes
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.ymlandaio 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
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-883
This is complete for aio app deploy
aio rt deploy --manifest has NOT been done