adobe / adobe/aio-cli

Support manifest includes

Open
#204 2 comments 0 reactions 0 assignees View on GitHub
enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.