aio-cli icon indicating copy to clipboard operation
aio-cli copied to clipboard

Support manifest includes

Open purplecabbage opened this issue 5 years ago • 2 comments

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

purplecabbage avatar Jul 28 '20 05:07 purplecabbage

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-883

aiojbot avatar Aug 04 '20 14:08 aiojbot

This is complete for aio app deploy aio rt deploy --manifest has NOT been done

purplecabbage avatar Sep 18 '20 00:09 purplecabbage